mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-25 01:30:18 -06:00
Qt overclocking tool for GNU/Linux
doc | ||
src | ||
.gitignore | ||
.gitmodules | ||
meson_options.txt | ||
meson.build | ||
README.md |
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