aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: aa0bae8ed05a418ce610091c4064c04702da3a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dmtool

dmtool is a library to manipulate D&D monsters

Dependencies:

 * nlohmann-json (for parsing the data files)
 * libconfuse (for parsing the configuration file)

## Compiling and Installing

```console
make
sudo make install
```