aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud@rolisteam.org>2020-08-11 13:49:27 +0000
committerRenaud Guezennec <renaud@rolisteam.org>2020-08-11 13:49:27 +0000
commit80ab093722485fe7ac577415ae401f347907623c (patch)
treeb6513e9201b5a5900d5fb460db82c3728a48be90 /README.md
parentf3bb14ea85da339f7661a4032a0238b2dc54e1fb (diff)
downloadOneRoll-80ab093722485fe7ac577415ae401f347907623c.tar.gz
OneRoll-80ab093722485fe7ac577415ae401f347907623c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 058ef9b..dab9b28 100644
--- a/README.md
+++ b/README.md
@@ -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