| 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 2.4.3 or newer (available from http://www.cmake.org or maybe as a
|
| 8 |
package in your Linux distribution)
|
| 9 |
- make (an implmentation supported by cmake, eg. GNU make, smake, ...)
|
| 10 |
- working GCC compiler environment
|
| 11 |
|
| 12 |
COMPILATION:
|
| 13 |
|
| 14 |
Run: make
|
| 15 |
|
| 16 |
INSTALLATION:
|
| 17 |
|
| 18 |
Run: make install
|
| 19 |
|
| 20 |
To force a custom target directory, use something like:
|
| 21 |
|
| 22 |
make install PREFIX=/opt/cdrkit
|