rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 26f582f82ece80ac2b90e1bcff142198d7b406a5
parent 0ddb0f8822c4838002929ccc0ad98458549d46be
Author: vaplv <vaplv@free.fr>
Date:   Wed, 24 Dec 2014 11:08:32 +0100

Small update of the README file

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

diff --git a/README.md b/README.md @@ -10,12 +10,13 @@ Note that currently only the SSE2 instruction set is supported. ## How to build -The library uses [CMake](http://www.cmake.org) and the RCMake package to build. -It also depends on the RSys library. First, install the RCMake package and the -RSys library. Then, generate the project from the cmake/CMakeLists.txt file by -appending the RCMake lib/cmake and RSys install directories to the -`CMAKE_PREFIX_PATH` variable. The resulting project can be edited, built, -tested and installed as any CMake project. +The library uses [CMake](http://www.cmake.org) and the +[RCMake](https://gitorious.org/code-plot/rcmake/) package to build. It also +depends on the [RSys](https://gitorious.org/code-plot/rsys/) library. First, +install the RCMake package and the RSys library. Then, generate the project +from the cmake/CMakeLists.txt file by appending the RCMake lib/cmake and RSys +install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project +can be edited, built, tested and installed as any CMake project. Note that by default the library is built as a static library.