aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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