Installation on UNIX

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 
Note:
You may need to modify the configurations in configure.cmake.

Generated on Thu Feb 11 15:37:47 2010 for ctprng by  doxygen 1.6.1