update readme
This commit is contained in:
parent
4168c83958
commit
fa40a3e6d2
@ -28,12 +28,15 @@ supports variable amount, variable sides and fudge dice at the moment:
|
|||||||
* bison
|
* bison
|
||||||
* flex
|
* flex
|
||||||
* cmocka >= 1.0.1
|
* cmocka >= 1.0.1
|
||||||
|
* cmake
|
||||||
|
|
||||||
To build ``libdice`` run:
|
To build ``libdice`` run:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ ./configure --prefix="/usr"
|
$ mkdir build; cd build
|
||||||
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
$ make
|
$ make
|
||||||
|
$ make test
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user