Operations, Administration, and Maintenance (OA&M) utilities.
Derived from the original sources, but updated to use CMake and run on modern hardware.
You will need:
- GCC (Clang has not been tested)
- Curses (devel package or build from source)
- CMake 3.13.2 or newer.
- Make
-
Clone the repository using this command:
git clone https://github.com/calmsacibis995/oam.git
-
Run
cd oam
to change your current directory to the repository you just cloned. -
Create a build folder and
cd
into it:mkdir build;cd build
-
Run CMake to configure the project for building:
cmake ..
-
Run
make
and you're done!