If you're installing on Mac make sure you have homebrew installed and command line tools installed.
-
Navigate to the source folder, change directory into the "build" folder:
cd build
-
create make config files:
ccmake ..
-
Hit
'c'
to configure. You'll see some random output, hit'c'
again to configure. Hit'g'
to generate make files therafter. -
Compile with the following command:
make -j2
. Note: the-j
flag tells cmake how many CPUs to use -
Check solver works by running test case