Update readme

This commit is contained in:
Luke D Jones
2020-10-25 20:37:53 +13:00
parent e3db1f7c4c
commit 5c8d138cef

View File

@@ -133,14 +133,11 @@ To switch Fan/Thermal profiles you need to bind the Fn+F5 key to `asusctl profil
# BUILDING # 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` **Ubuntu*:** `apt install libdbus-1-dev libclang-dev libudev-dev`
- `libusb-1.0-0-dev`
- `libdbus-1-dev` **fedora:** `dnf install clang-devel dbus-devel systemd-devel`
- `llvm`
- `libclang-dev`
- `libudev-dev`
## Installing ## 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/) 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. Run `make` then `sudo make install` then reboot.