|
|
|
@ -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) |
|
|
|
|
- -DENABLE_HAMBURGER=ON (to build with the classic hamburger menu) |