| 1 |
|
| 2 |
Short overview for those who don't read manuals:
|
| 3 |
|
| 4 |
This software is compiled to binary form using a build system based on the
|
| 5 |
CMake framework. Therefore, the requirements to build this package are:
|
| 6 |
|
| 7 |
- cmake (revent version, available from http://www.cmake.org or maybe as a
|
| 8 |
package in system's Linux distribution)
|
| 9 |
- make (an implmentation supported by cmake, eg. GNU make, smake, ...)
|
| 10 |
- working GCC compiler environment
|
| 11 |
|
| 12 |
INSTALLATION:
|
| 13 |
|
| 14 |
Run:
|
| 15 |
|
| 16 |
cmake .
|
| 17 |
make install
|
| 18 |
|
| 19 |
(you can append DESTDIR=/alternative/root to install into a different location)
|