To compile libraries, run
> mkdir build-lib > cd build-lib > cmake ../src > make
The libraries libctprng.so and libcudavec.so will be placed in lib/.
To install the library and header files, run
> make install
The default locations are /usr/local/lib/ctprng/ and /usr/local/include/ctprng/.
To compile test cases, run
> mkdir build-tests > cd build-tests > cmake ../tests > make
To compile sample programs, run
> mkdir build-samples > cd build-samples > cmake ../samples > make
configure.cmake.
1.6.1