remove old cmake stuff
This commit is contained in:
parent
9d0aa6f36c
commit
9b9880e65d
22
README.md
22
README.md
@ -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)
|
|
Loading…
Reference in New Issue
Block a user