From 4388799b29932fdb7bfe0116277ceecbd8597d08 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 10 Oct 2024 16:17:59 +0300 Subject: [PATCH] update readme --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 13cd6cfc..a0b4e43a 100644 --- a/README.md +++ b/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