Update README.md

This commit is contained in:
ilyazzz 2021-03-24 18:18:54 +02:00 committed by GitHub
parent 664f3a1b44
commit 86f971e5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,14 +21,18 @@ Currently missing:
# Installation # Installation
- Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact-git/) - Arch Linux: Install the [AUR Package](https://aur.archlinux.org/packages/lact/) (or the -git version)
- Anything else: - Debian/Ubuntu/Pop_OS: Download a .deb from [releases](https://github.com/ilyazzz/LACT/releases/). Warning: it has not been tested heavily
- Install dependencies: - Otherwise, build from source:
- Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk-3-dev make`
- Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers perl-FindBin perl-File-Compare`
- `git clone https://github.com/ilyazzz/LACT && cd LACT`
- `./deploy.sh` # Building from source
- Install dependencies:
- Ubuntu/Debian: `sudo apt install cargo rustc libvulkan-dev git libgtk-3-dev make`
- Fedora: `sudo dnf install git gtk3-devel rust cargo vulkan-headers perl-FindBin perl-File-Compare`
- `git clone https://github.com/ilyazzz/LACT && cd LACT`
- `./deploy.sh`
# Usage # Usage