build instructions and readme changes
This commit is contained in:
parent
41ec61d529
commit
d765cbbd9b
22
README.md
22
README.md
|
@ -1,2 +1,24 @@
|
||||||
# learn-hieroglyphs
|
# learn-hieroglyphs
|
||||||
|
## building
|
||||||
|
To build this on GNU/Linux:
|
||||||
|
1.Install dependencies for your distro:
|
||||||
|
### Arch linux:
|
||||||
|
``sudo pacman -S glib2 rust``
|
||||||
|
### Debian and derivatives:
|
||||||
|
``sudo apt install glib2.0-0 rust``
|
||||||
|
2.Build it:
|
||||||
|
```
|
||||||
|
chmod +x ./build.sh
|
||||||
|
./build.sh
|
||||||
|
```
|
||||||
|
then, run it:
|
||||||
|
```
|
||||||
|
cargo run
|
||||||
|
```
|
||||||
|
Windows sucks.
|
||||||
|
##Contributing
|
||||||
|
Contributing is welcome! Please, make an issue if you found a bug.
|
||||||
|
Ideas are welcomed as well!
|
||||||
|
##Закрытие проекта
|
||||||
|
скоро..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue