mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update dependencies
This commit is contained in:
parent
612691c208
commit
4e90eb9586
1 changed files with 14 additions and 12 deletions
26
README.md
26
README.md
|
|
@ -120,26 +120,28 @@ GTK 4 / Libadwaita client written in Rust
|
||||||
* GTK `4.16`
|
* GTK `4.16`
|
||||||
* Libadwaita `1.5` (Ubuntu 24.04+)
|
* Libadwaita `1.5` (Ubuntu 24.04+)
|
||||||
|
|
||||||
Use [rustup](https://rustup.rs) installer to setup latest Rust compiler and Cargo package manager:
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Debian
|
#### Debian
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo apt install git build-essential\
|
sudo apt install git curl build-essential\
|
||||||
libglib2.0-dev libgtk-4-dev libadwaita-1-dev\
|
libgtk-4-dev libadwaita-1-dev\
|
||||||
libssl-dev
|
libsqlite3-dev libssl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Fedora
|
#### Fedora
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo dnf install git gcc\
|
sudo dnf install git curl gcc\
|
||||||
cairo-devel glib2-devel gtk4-devel libadwaita-devel pango-devel\
|
gtk4-devel libadwaita-devel\
|
||||||
sqlite-devel
|
sqlite-devel openssl-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Rust
|
||||||
|
|
||||||
|
Use [rustup](https://rustup.rs) installer to setup latest Rust compiler and Cargo package manager:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue