mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update readme
This commit is contained in:
parent
9e5a2a490c
commit
4388799b29
1 changed files with 26 additions and 4 deletions
30
README.md
30
README.md
|
|
@ -6,21 +6,43 @@ Rust / GTK 4 implementation
|
|||
> Project in development!
|
||||
>
|
||||
|
||||
## Install
|
||||
## Build
|
||||
|
||||
### Stable
|
||||
### Dependencies
|
||||
|
||||
Use [rustup](https://rustup.rs) to install and setup latest Rust compiler and package manager:
|
||||
|
||||
``` bash
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
```
|
||||
|
||||
#### Debian
|
||||
|
||||
_todo_
|
||||
|
||||
#### Fedora
|
||||
|
||||
``` bash
|
||||
sudo dnf install git gcc\
|
||||
cairo-devel glib2-devel gtk4-devel libadwaita-devel pango-devel\
|
||||
sqlite-devel
|
||||
```
|
||||
|
||||
### Install
|
||||
|
||||
#### Stable
|
||||
|
||||
``` bash
|
||||
cargo install Yoda
|
||||
```
|
||||
|
||||
### Repository
|
||||
#### Repository
|
||||
|
||||
``` bash
|
||||
git clone https://github.com/YGGverse/Yoda.git
|
||||
cd Yoda
|
||||
git checkout Rust-GTK4
|
||||
cargo run
|
||||
cargo build
|
||||
```
|
||||
|
||||
## Development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue