From fc64949d9665281e40d3c5d19469a513d40d5ec2 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Fri, 4 Sep 2015 03:11:07 +0200 Subject: [PATCH] Updated documentation for new build instructions --- doc/setup.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index 507fc81..1dec23c 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -6,9 +6,9 @@ Prerequisites Currently, this library only works under \*nix systems. -To compile the static library and its dependencies, GCC 4.6+ is needed. +To compile the shared library and its dependencies, GCC 4.6+ is needed. -To use the static library, any GNU-C compatible compiler will suffice +To use the shared library, any GNU-C compatible compiler will suffice (GCC, Clang/LLVM, ICC, MinGW-GCC, ...). Installation @@ -17,7 +17,6 @@ Installation .. code-block:: bash $ git clone https://github.com/Snaipe/Criterion.git && cd Criterion - $ LOCAL_INSTALL=/usr .ci/install-libcsptr.sh $ mkdir build && cd $_ && cmake -DCMAKE_INSTALL_PATH=/usr .. $ make && sudo make install