mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
update readme
This commit is contained in:
parent
cde5eff9b8
commit
167d671fad
33
README.md
33
README.md
@ -6,15 +6,42 @@ GTK 4 / C++ implementation branch
|
|||||||
> Project in development!
|
> Project in development!
|
||||||
>
|
>
|
||||||
|
|
||||||
## Dependencies
|
## Install
|
||||||
|
|
||||||
|
### Source
|
||||||
|
|
||||||
|
#### Linux
|
||||||
|
|
||||||
|
##### Dependencies
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo apt install git libgtk-4-dev
|
sudo apt install git libgtk-4-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install
|
##### Build
|
||||||
|
|
||||||
* `git clone https://github.com/YGGverse/Yoda.git`
|
* `git clone https://github.com/YGGverse/Yoda.git`
|
||||||
* `cd Yoda`
|
* `cd Yoda`
|
||||||
* `git checkout master`
|
* `git checkout master`
|
||||||
* `make`
|
* `make`
|
||||||
|
|
||||||
|
###### Update
|
||||||
|
|
||||||
|
* `cd Yoda`
|
||||||
|
* `git checkout master`
|
||||||
|
* `git pull`
|
||||||
|
* `make clean`
|
||||||
|
* `make`
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
### Environment
|
||||||
|
|
||||||
|
* `pkg-config --cflags --libs gtk4`
|
||||||
|
|
||||||
|
### Contribution
|
||||||
|
|
||||||
|
* `cd Yoda`
|
||||||
|
* `git pull`
|
||||||
|
* `git checkout master`
|
||||||
|
* `git checkout -b 'contribution-name'`
|
Loading…
x
Reference in New Issue
Block a user