tuxclocker/README.md

25 lines
449 B
Markdown
Raw Normal View History

2020-04-04 12:58:09 -05:00
# Installation
## Dependencies
boost-system, boost-filesystem, qtdbus
## Meson options
```
--prefix=<path> (install location prefix, usually '/usr')
-Dplugins=<true/false>
-Ddaemon=<true/false> (builds and installs 'tuxclockerd' binary/daemon)
```
```
git clone https://github.com/Lurkki14/tuxclocker
cd tuxclocker
git checkout cpplib
git submodule init
git submodule update
meson build <meson options>
cd build
ninja && sudo ninja install
```