From 5c8d138cef500233148a22cc221e48ef833d2c30 Mon Sep 17 00:00:00 2001 From: Luke D Jones Date: Sun, 25 Oct 2020 20:37:53 +1300 Subject: [PATCH] Update readme --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 459afd9b..bf0ce4c9 100644 --- a/README.md +++ b/README.md @@ -133,14 +133,11 @@ To switch Fan/Thermal profiles you need to bind the Fn+F5 key to `asusctl profil # BUILDING -Requirements are: +Requirements are rust >= 1.40 installed from rustup.io if the distro provided version is too old, and `make`. -- `rustc` + `cargo` + `make` -- `libusb-1.0-0-dev` -- `libdbus-1-dev` -- `llvm` -- `libclang-dev` -- `libudev-dev` +**Ubuntu*:** `apt install libdbus-1-dev libclang-dev libudev-dev` + +**fedora:** `dnf install clang-devel dbus-devel systemd-devel` ## Installing @@ -148,6 +145,8 @@ Packaging and auto-builds are available [here](https://build.opensuse.org/packag Download repositories are available [here](https://download.opensuse.org/repositories/home:/luke_nukem:/asus/) +Alternatively check the releases page for f33 RPM. + --- Run `make` then `sudo make install` then reboot.