rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 750bbfe73384b63958d7d05a6215e5d9b51d1db9
parent a8874cdf147bb7a2db618acf7e362c6a251ea9ff
Author: vaplv <vaplv@free.fr>
Date:   Wed, 13 May 2015 10:43:13 +0200

Add license infos to the README file

Diffstat:
MREADME.md | 21+++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -8,10 +8,27 @@ table, etc.) and basic mathematics (linear algebra, etc.) ## How to build -The RSys library uses [CMake](http://www.cmake.org) and the +The *RSys* library uses [CMake](http://www.cmake.org) and the [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 +the 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 project. + +## License + +*RSys* is Copyright (C) 2013-2015 Vincent Forest (vaplv@free.fr) + +This library is free software: you can redistribute it and/or modify it under +the terms of the GNU Lesser General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) any +later version. + +The *RSys* library is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +details. + +You should have received a copy of the GNU Lesser General Public License along +with the *RSys* library. If not, see <http://www.gnu.org/licenses/>.