loader_aw

Load OBJ/MTL file formats
git clone git://git.meso-star.fr/loader_aw.git
Log | Files | Refs | README | LICENSE

commit c145160f3046f4bb9d0c31c24e2bf0db73ab29c6
parent 90b7dc71d9f65c1d2c76cdda8739b785db370da9
Author: vaplv <vaplv@free.fr>
Date:   Wed, 24 Dec 2014 10:56:48 +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 @@ -18,10 +18,11 @@ multiplier). # 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.