summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-21 12:47:12 +0200
committerMichele Calgaro <[email protected]>2019-10-23 23:06:31 +0900
commit594d814515c55dec7315567ba40e20db1256fcc2 (patch)
treef635ae2a64cc0cd488a45a9ff821dffd9864d5f0 /INSTALL
parent50508b192c56693818ea5c8622223d02c847c854 (diff)
downloadknetstats-594d814515c55dec7315567ba40e20db1256fcc2.tar.gz
knetstats-594d814515c55dec7315567ba40e20db1256fcc2.zip
Drop automake build support.
Add basic cmake instructions in an INSTALL file. Rework of the README file as well as the help page. The knetstats.desktop file has been moved to the "src" folder. Signed-off-by: gregory guy <[email protected]> (cherry picked from commit e7dbd05dac9173bb57af5ab5e2f1eadb267a8121)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e8f0158
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,16 @@
+Basic Installation
+==================
+
+Knetstats relies on cmake to build.
+
+Here are suggested default options:
+
+ -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"