Updated documentation for new build instructions
This commit is contained in:
parent
dcbf985a00
commit
fc64949d96
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue