Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
n0la committed Aug 19, 2019
1 parent 4168c83 commit fa40a3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ supports variable amount, variable sides and fudge dice at the moment:
* bison
* flex
* cmocka >= 1.0.1
* cmake

To build ``libdice`` run:

```shell
$ ./configure --prefix="/usr"
$ mkdir build; cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ make test
$ sudo make install
```

Expand Down

0 comments on commit fa40a3e

Please sign in to comment.