mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
chore: update docs, enforce minimum rust version
This commit is contained in:
@@ -102,14 +102,18 @@ As some of the GPU settings may get reset when suspending the system, LACT will
|
||||
# Building from source
|
||||
|
||||
Dependencies:
|
||||
- rust
|
||||
- gtk4
|
||||
- rust 1.76+
|
||||
- gtk 4.6+
|
||||
- git
|
||||
- pkg-config
|
||||
- make
|
||||
- hwdata
|
||||
- libdrm
|
||||
- blueprint-compiler 0.10.0 or higher (Ubuntu 22.04 in particular ships an older version in the repos, you can manually download a [deb file](http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb) of a new version)
|
||||
- blueprint-compiler 0.10.0+ (Ubuntu 22.04 in particular ships an older version in the repos, you can manually download a [deb file](http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb) of a new version)
|
||||
|
||||
Command to install all dependencies:
|
||||
- Fedora: `sudo dnf install rust cargo make git gtk4-devel libdrm-devel blueprint-compiler`
|
||||
- Arch: `sudo pacman -S --needed base-devel git make rust gtk4 hwdata blueprint-compiler`
|
||||
|
||||
Steps:
|
||||
- `git clone https://github.com/ilya-zlobintsev/LACT && cd LACT`
|
||||
|
||||
@@ -28,7 +28,7 @@ env:
|
||||
configure:
|
||||
steps:
|
||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain stable
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76
|
||||
- cmd: pacman -Syu --noconfirm
|
||||
pkg: true
|
||||
build:
|
||||
|
||||
@@ -26,7 +26,7 @@ env:
|
||||
configure:
|
||||
steps:
|
||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain stable
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76
|
||||
- cmd: >-
|
||||
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb &&
|
||||
apt install -y /tmp/blueprint-compiler.deb
|
||||
|
||||
@@ -28,7 +28,7 @@ env:
|
||||
configure:
|
||||
steps:
|
||||
- cmd: curl -o /tmp/install_rust.sh $RUSTUP_URL
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain stable
|
||||
- cmd: sh /tmp/install_rust.sh -y --default-toolchain 1.76
|
||||
- cmd: >-
|
||||
curl -o /tmp/blueprint-compiler.deb http://de.archive.ubuntu.com/ubuntu/pool/universe/b/blueprint-compiler/blueprint-compiler_0.10.0-3_all.deb &&
|
||||
apt install -y /tmp/blueprint-compiler.deb
|
||||
|
||||
Reference in New Issue
Block a user