Updated documentation for new build instructions

This commit is contained in:
Snaipe 2015-09-04 03:11:07 +02:00
parent dcbf985a00
commit fc64949d96

View file

@ -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