Skip to content
Mark Janes edited this page Apr 27, 2016 · 1 revision

Grafips has a standard cmake build system. If you are unfamiliar with cmake, the following commands should build and install it:

git clone https://github.com/janesma/grafips.git
cd grafips
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX={prefix} ..
make install
Clone this wiki locally