mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
Add dependencies information
This commit is contained in:
parent
c80c6d2769
commit
07b76213ab
10
Readme.md
10
Readme.md
@ -8,6 +8,16 @@
|
||||
* Alarms and Timers
|
||||
* Optional root actions, PolKit support (KF5Auth and KF5CoreAddons needed)
|
||||
|
||||
### Build dependencies ###
|
||||
Extra CMake Modules, QtBase, QtTools, KF5Auth (optional), KF5CoreAddons (optional)
|
||||
|
||||
```bash
|
||||
sudo apt install qtbase5-dev qttools5-dev libkf5auth-dev libkf5coreaddons-dev extra-cmake-modules
|
||||
```
|
||||
|
||||
### Runtime dependencies ###
|
||||
libnotify-bin, mpv
|
||||
|
||||
### Build and run ###
|
||||
```bash
|
||||
mkdir build && cd build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user