polygon

Polygon triangulation
git clone git://git.meso-star.fr/polygon.git
Log | Files | Refs | README | LICENSE

commit 1f16369493babb19e7f5938d67c4a3ea48e006a1
parent 04c57be20217411c739c16be6c83aac28c520420
Author: vaplv <vaplv@free.fr>
Date:   Wed, 27 May 2015 10:28:23 +0200

Fix wrong links in the README files

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

diff --git a/README.md b/README.md @@ -8,12 +8,12 @@ Polygons". ## How to build 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. +[RCMake](https://gitlab.org/vaplv/rcmake/#tab-readme) package to build. It also +depends on the [RSys](https://gitlab.org/vaplv/rsys/#tab-readme) 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. ## License