From 0046c9a50823acc26d9c8c57d28ed0c0bd87c4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 1 Feb 2022 13:20:22 +0100 Subject: Drop automake build support. Rework the README and INSTALL files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- INSTALL | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) (limited to 'INSTALL') 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" -- cgit v1.2.1