mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Update README.md
This commit is contained in:
parent
496cec843e
commit
cd6c081ef8
20
README.md
20
README.md
@ -4,7 +4,7 @@ This application allows you to control your AMD GPU on a Linux system.
|
||||
|
||||
| | | |
|
||||
|----------------------------------------------|----------------------------------------------|---------------------------------------------|
|
||||
|||
|
||||
|||
|
||||
|
||||
|
||||
Current features:
|
||||
@ -23,18 +23,14 @@ Currently missing:
|
||||
# Installation
|
||||
|
||||
- Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact-git/)
|
||||
- Fedora:
|
||||
- `sudo dnf install git gtk3-devel rust cargo vulkan-headers`
|
||||
- `git clone https://github.com/ilyazzz/LACT && cd LACT`
|
||||
- `./deploy.sh`
|
||||
- Ubuntu/Debian:
|
||||
- `sudo apt install cargo rustc libvulkan-dev git libgtk3-dev`
|
||||
- `git clone https://github.com/ilyazzz/LACT && cd LACT`
|
||||
- `./deploy.sh`
|
||||
- Anything else:
|
||||
- Install a rust toolchain, gtk3 dev headers and vulkan header
|
||||
- Clone the repo
|
||||
- ./deploy.sh
|
||||
- Install dependencies:
|
||||
- Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk3-dev`
|
||||
- Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers`
|
||||
|
||||
- `git clone https://github.com/ilyazzz/LACT && cd LACT`
|
||||
- `./deploy.sh`
|
||||
|
||||
|
||||
# Usage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user