To install the RngStreams package type
./configure --prefix=<prefix_path> make
This should compile the library (librngstreams.a) and an example program.
To install the library type:
make install
which installs
If --prefix
is omitted, then /usr/local
is used as
default.
It is possible to remove these files by
make uninstall
A manual can be found in directory doc in various formats, including PS, PDF, HTML, Info and plain text.
To compile and run two test programs type
make check