- Clone this project.
git clone https://github.com/berkeley-abc/abc-library-cmake.git
- Clone ABC inside this project directory.
cd abc-library-cmake
git clone https://github.com/berkeley-abc/abc.git
- Create a build directory
mkdir build
cd build
- Configure the CMake project
cmake ..
- Build
make
- Run the program. For convenience, it was added as a test:
make test