Qt overclocking tool for GNU/Linux
Go to file
2020-06-03 23:25:28 +03:00
doc doc: add architecture document 2019-10-05 20:41:22 +03:00
src qt: set edit triggers in device tree view 2020-06-03 23:25:28 +03:00
.gitignore assignable: install nvidia module 2019-10-03 16:47:03 +03:00
.gitmodules add FunctionalPlus as a submodule 2020-04-02 19:35:12 +03:00
meson_options.txt add new GUI that uses dbus instead of the library directly 2020-05-06 20:24:10 +03:00
meson.build Implement plugin with the new lib 2020-03-18 01:39:44 +02:00
README.md add readme 2020-04-04 20:58:09 +03: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