From 9b9880e65df29b5f7facbd038b8cd820670412e8 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 12 Mar 2020 19:48:24 -0300 Subject: [PATCH] remove old cmake stuff --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 7f6b08c..56a046c 100644 --- a/README.md +++ b/README.md @@ -51,24 +51,4 @@ ninja install - -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon) - -DENABLE_UPDATE_ICON=ON (to install the update desktop entry) - -DICON_UPDATE=OFF (to disable updating the icon cache) -- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu) - -## Using configure wrapper - -The configure script is just a wrapper for CMake, in the background the build process is the same as using CMake with GNU Make. - -``` -./configure --prefix=/usr \ - --libdir=/usr/lib \ - --sysconfdir=/etc -make -make install -``` - -### Extra configure options - -- --disable-aur (to disable Aur in Pamac) -- --enable-kde-tray (to build kde tray icon instead of gtk tray icon) -- --enable-update-desktop (to install the update desktop entry) -- --disable-icon-update (to disable updating the icon cache) -- --enable-hamburger (to build with the classic hamburger menu) \ No newline at end of file +- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu) \ No newline at end of file