remove old cmake stuff

This commit is contained in:
Chris Cromer 2020-03-12 19:48:24 -03:00
parent 9d0aa6f36c
commit 9b9880e65d
Signed by untrusted user: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 1 additions and 21 deletions

View File

@ -51,24 +51,4 @@ ninja install
- -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon) - -DKDE_TRAY=ON (to build kde tray icon instead of gtk tray icon)
- -DENABLE_UPDATE_ICON=ON (to install the update desktop entry) - -DENABLE_UPDATE_ICON=ON (to install the update desktop entry)
- -DICON_UPDATE=OFF (to disable updating the icon cache) - -DICON_UPDATE=OFF (to disable updating the icon cache)
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu) - -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)