diff options
-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 |