We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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