star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit fe87061a32a9dd7cc8653be99f3f0199d76fa66a
parent 131c161f277e49601fdc6ec02c86375b605bcc52
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 11 May 2015 15:40:50 +0200

Fix typos in the README file

Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ project from the `cmake/CMakeLists.txt` file by appending to the `<RSYS_INSTALL_DIR>` are the install directories of the RCMake package and the RSys library, respectively. -# Microsoft Visual Studio +### Microsoft Visual Studio When built with Visual Studio, the *Star-Sampling* library depends on the [Boost](http://www.boost.org) random library rather than the STL that is @@ -26,8 +26,8 @@ actually not fully compliant with the C++11 standard. For this platform, install the Boost random library. Then generate the CMake project as above with, in addition, the Boost install directory added to the -`CMAKE_PREFIX_PATH` variable and the `BOOST_INCLUDE_DIR` cmake variable set to -the path that contains the boost header directory. +`CMAKE_PREFIX_PATH` variable and the `BOOST_INCLUDEDIR` cmake variable set to +the path that contains the Boost header directory. ## Licenses