diff options
| author | 2020-08-11 13:49:27 +0000 | |
|---|---|---|
| committer | 2020-08-11 13:49:27 +0000 | |
| commit | 80ab093722485fe7ac577415ae401f347907623c (patch) | |
| tree | b6513e9201b5a5900d5fb460db82c3728a48be90 /README.md | |
| parent | f3bb14ea85da339f7661a4032a0238b2dc54e1fb (diff) | |
| download | OneRoll-80ab093722485fe7ac577415ae401f347907623c.tar.gz OneRoll-80ab093722485fe7ac577415ae401f347907623c.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -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 |