polygon

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

commit 6c462d3dee4a2e4bd1618fd2b137f27ca9e1da5e
parent 7b575f8841b25b3870b2c0a36b9fcefb20f4eb30
Author: vaplv <vaplv@free.fr>
Date:   Wed, 24 Dec 2014 11:03:31 +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 @@ -7,12 +7,13 @@ Polygons". ## 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.