readme changes
This commit is contained in:
parent
3f42f1d9d1
commit
2e717df795
11
README.md
11
README.md
|
@ -2,18 +2,19 @@
|
||||||
## building
|
## building
|
||||||
To build this on GNU/Linux
|
To build this on GNU/Linux
|
||||||
### 1.Install dependencies for your distro:
|
### 1.Install dependencies for your distro:
|
||||||
|
Everything, starting with ``$`` should be run as usual user without that sign. ``#`` in the start indicated that root is necessary.
|
||||||
#### Arch linux:
|
#### Arch linux:
|
||||||
``sudo pacman -S glib2 rust``
|
``# sudo pacman -S glib2 rust``
|
||||||
#### Debian and derivatives:
|
#### Debian and derivatives:
|
||||||
``sudo apt install libglib2.0-0 cargo``
|
``# sudo apt install libglib2.0-0 cargo``
|
||||||
### 2.Build it:
|
### 2.Build it:
|
||||||
```
|
```
|
||||||
chmod +x ./build.sh
|
$ chmod +x ./build.sh
|
||||||
./build.sh
|
$ ./build.sh
|
||||||
```
|
```
|
||||||
then, run it:
|
then, run it:
|
||||||
```
|
```
|
||||||
cargo run
|
$ cargo run
|
||||||
```
|
```
|
||||||
#### Windows
|
#### Windows
|
||||||
Windows sucks.
|
Windows sucks.
|
||||||
|
|
Loading…
Reference in New Issue