From 3c7252f4acf7c12bed5cb240a58f4e79f6f558d2 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Sat, 27 Feb 2021 09:20:36 +0200 Subject: [PATCH] Extend install instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ebb5e..587b4b7 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,16 @@ 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 and gtk3 development headers (libgtk-3-dev on ubuntu) + - Install a rust toolchain, gtk3 dev headers and vulkan header - Clone the repo - ./deploy.sh