commit bb1295632785c0c72561883b10b728425eb18be1
parent 19720dc0f6eadd8f64bda469cfb70dbc1fb2aad3
Author: vaplv <vaplv@free.fr>
Date: Fri, 22 Apr 2016 15:51:08 +0200
Update the README file
Diffstat:
1 file changed, 7 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
@@ -8,27 +8,17 @@ 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 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.
+`<RCMAKE_DIR>` 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-2016 Vincent Forest (vaplv@free.fr)
+RSys is Copyright (C) 2013-2016 Vincent Forest (vaplv@free.fr). It is a free
+software released under the [OSI](https://opensource.org)-approved LGPL v3+
+license. You are welcome to redistribute it under certain conditions; refer to
+the COPYING files for details.
-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/>.