commit bf2303e72b1d177a41d0406d313e56b8038252c5
parent 28e9f03fd196c4336cb12625c05d6607b1d46489
Author: vaplv <vaplv@free.fr>
Date: Thu, 19 Mar 2015 09:20:18 +0100
Update the README file
Link the gitlab repository of the RCMake package rather than the
deprecated gitorious repository
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -9,8 +9,8 @@ table, etc.) and basic mathematics (linear algebra, etc.)
## How to build
The RSys library uses [CMake](http://www.cmake.org) and the
-[RCMake](https://gitorious.org/code-plot/rcmake/) package to build. First,
-install the RCMake package in a given `<RCMAKE_DIR>` directory. Then, generate
+[RCMake](https://gitlab.com/vaplv/rcmake/#tag-readme) package to build. First,
+install the RCMake package in a given `<RCMAKE_DIR>` directory. Then, generate
the RSys CMake project from the `cmake/CMakeLists.txt` file by appending the
`<RCMAKE_DIR>/lib/cmake` directory to the `CMAKE_PREFIX_PATH` variable. The
resulting project can be now edited, built, tested and installed as any CMake