diff options
author | gregory guy <[email protected]> | 2019-10-05 13:09:14 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-06 22:55:09 +0900 |
commit | 42fd0f528703b2f6e94d891f87815f9619dcf86e (patch) | |
tree | 831c38f11b7c5c03b218028dfcb9c353310f8710 /INSTALL | |
parent | 6146ca23b87b27f178980cc7bf519268e68794da (diff) | |
download | dolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.tar.gz dolphin-42fd0f528703b2f6e94d891f87815f9619dcf86e.zip |
Drop automake build support.
Add basic build instructions with cmake.
Add short description in README.
Deleted empty files: README, templates/cpp, templates/h.
Deleted emtpy folder: src/toolbar.
Deleted obsolete file: src/README
(cherry picked from commit e3e93c027f7440e6327f12041937988306c06719)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,6 +1,27 @@ Basic Installation ================== +Dolphin 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 05 2019 ##### + + These are generic installation instructions. The `configure' shell script attempts to guess correct values for |