diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2016-05-26 15:22:01 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2016-05-26 15:22:01 +0300 |
commit | 5c21d8544fa420624cd8464c6257598898e8f666 (patch) | |
tree | db93b94d3493b9bd48b46a345e7bbafe8e9cd538 | |
parent | cc46d8d920dfd2c37ae87721f0309a17891cb6a1 (diff) |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |