learn-hieroglyphs/README.md

25 lines
475 B
Markdown
Raw Normal View History

2024-03-08 13:49:51 +03:00
# learn-hieroglyphs
2024-03-26 13:49:32 +03:00
## building
To build this on GNU/Linux:
2024-03-26 13:50:25 +03:00
###1.Install dependencies for your distro:
#### Arch linux:
2024-03-26 13:49:32 +03:00
``sudo pacman -S glib2 rust``
2024-03-26 13:50:25 +03:00
#### Debian and derivatives:
2024-03-26 13:49:32 +03:00
``sudo apt install glib2.0-0 rust``
2024-03-26 13:50:25 +03:00
###2.Build it:
2024-03-26 13:49:32 +03:00
```
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!
##Закрытие проекта
скоро..
2024-03-08 13:49:51 +03:00