reorganize compiling section

This commit is contained in:
Jussi Kuokkanen 2023-09-25 22:10:43 +03:00
parent e8edeb6849
commit db6a884926

View File

@ -25,7 +25,9 @@ sudo apt install --yes --quiet --quiet \
libxnvctrl-dev
```
## Meson options
## Compiling
#### Meson options
```
--prefix=<path> (install location prefix, usually '/usr')
@ -33,6 +35,8 @@ sudo apt install --yes --quiet --quiet \
-Ddaemon=<true/false> (builds and installs 'tuxclockerd' binary/daemon)
```
#### Clone, build and install
```
git clone https://github.com/Lurkki14/tuxclocker
cd tuxclocker