summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2016-05-26 15:22:01 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2016-05-26 15:22:01 +0300
commit5c21d8544fa420624cd8464c6257598898e8f666 (patch)
treedb93b94d3493b9bd48b46a345e7bbafe8e9cd538 /README.md
parentcc46d8d920dfd2c37ae87721f0309a17891cb6a1 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2190b7a..a3e1077 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,14 @@ Also included are some simple utilities for KMS and python bindings for libkms++
## Build instructions:
+To build the Python bindings you need to set up the git-submodule for pybind11:
+
+```
+git submodule update --init
+```
+
+And to compile:
+
```
$ mkdir build
$ cd build