diff options
| author | gregory guy <gregory-tde@laposte.net> | 2019-10-02 15:57:11 +0200 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-03 00:11:19 +0900 |
| commit | 90f49cfe43885d74e1bdb3583346b595f3263e8c (patch) | |
| tree | ad51b53673402010a2dd9b50db6b112b148c79e3 /INSTALL | |
| parent | 06dc741cf9663356e5e51279bef39f8830b4da53 (diff) | |
| download | katapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.tar.gz katapult-90f49cfe43885d74e1bdb3583346b595f3263e8c.zip | |
Drop automake build support.
Deleted empty files NEWS and TODO.
Moved katapult/COPYING-DOCS to the root package.
Add short description in README.
(cherry picked from commit 5761a761b19e0d2b312d9630d205ad210c83af7d)
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,6 +1,24 @@ Basic Installation ================== +Katapult relies on cmake to build. + +Here are suggested default options: + +-DCMAKE_INSTALL_PREFIX="/opt/trinity" \ +-DCONFIG_INSTALL_DIR="/etc/trinity" \ +-DSYSCONF_INSTALL_DIR="/etc" \ +-DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ +-DCMAKE_BUILD_TYPE=RelWithDebInfo \ +-DCMAKE_VERBOSE_MAKEFILE="ON" \ +-DCMAKE_SKIP_RPATH="OFF" \ +-DBUILD_ALL="ON" \ +-DWITH_ALL_OPTIONS="ON" + + + +##### the following instructions, kept as a reference, are basically obsolete - October 02 2019 ##### + These are generic installation instructions. The `configure' shell script attempts to guess correct values for |
