blob: 9ef6f766a56b93f57259970dfd4f3f602a6bbd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# dmtool
dmtool is a library to manipulate D&D monsters
Dependencies:
* libconfuse (for parsing the configuration file)
## Compiling and Installing
```console
make
sudo make install
```
|