I downloaded an unzip'd "graywolf-master.zip". And I read the README.md file.
And the "Install Procedure" says to do:
mkdir build
cd build
cmake ..
make
sudo make install
Question1: what does the "cmake .." line do ?
Question2: "cmake" is not in my default $PATH in my bash shell in CentOS-6.10,
where/what is "cmake"
Note: a normal Linux install would be something like:
make config ( or ./configure)
make
make install
Let me know.
thanks
-steve