Update README.md

This commit is contained in:
altf_four 2020-03-29 15:13:16 +03:00 committed by GitHub
parent 076fc3715a
commit 76d3fd6a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 23 deletions

View File

@ -12,29 +12,7 @@ Download the soure from the git repository (Note: this might not be stable).
#### Prerequisites
##### Using ```nix```:
```shell
$ nix-shell
```
##### Install prerequisities of the project on ```ubuntu```:
```shell
$ sudo apt install cmake gcc
```
##### Install prerequisities of the project on ```arch```:
```shell
$ pacman -S cmake gcc
```
##### Install prerequisites of the project on ```gentoo```:
```shell
# sudo emerege --ask sys-devel/gcc sys-devel/make dev-util/cmake
```
Prerequisites are provided from Conan.
#### Building