From 5c21d8544fa420624cd8464c6257598898e8f666 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 26 May 2016 15:22:01 +0300 Subject: Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3