summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-01 13:20:22 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-01 13:20:22 +0100
commit0046c9a50823acc26d9c8c57d28ed0c0bd87c4a2 (patch)
tree5e3458fd29fc569f35307e7af9c0e58b1dc1a37d /INSTALL
parent354ab9e2965f484a40e261bf421aa2e8c590fda8 (diff)
downloadtwin-style-crystal-0046c9a50823acc26d9c8c57d28ed0c0bd87c4a2.tar.gz
twin-style-crystal-0046c9a50823acc26d9c8c57d28ed0c0bd87c4a2.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 13 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index 933603a..576cc48 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,20 +1,16 @@
--- INSTALL -----------------------------------
+Basic Installation
+==================
-Basic Installation (from the console):
- - Step 1
- $ ./configure --prefix=`tde-config --prefix`
- - Step 2
- $ make
- - Step 3 (as root)
- # make install
+twin-style-crystal relies on cmake to build.
-If configure fails, check that you have both
-the Qt and KDE development headers installed.
+Here are suggested default options:
-You need at least KDE 3.2 and QT 3.3.
-
-Debian note: You may need to append
---with-qt-includes=/usr/include/qt3
-to the configure line.
-
----------------------------------------------- \ No newline at end of file
+ -DCMAKE_INSTALL_PREFIX="/opt/trinity" \
+ -DCONFIG_INSTALL_DIR="/etc/trinity" \
+ -DSYSCONF_INSTALL_DIR="/etc/trinity" \
+ -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"