summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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