diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -176,3 +176,15 @@ Comment =: StartComment String StartComment =: # ``` + +# Compilation + +``` +git clone --recursive https://invent.kde.org/rolisteam/rolisteam-diceparser.git +cd rolisteam-diceparser +mkdir build +cd build +cmake ../ +make +sudo make install +```
\ No newline at end of file |