aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2018-07-18 12:35:06 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2018-07-18 12:35:06 +0200
commitc7e53c7f8fd437819d572aaeb0ad12ac1fdc3187 (patch)
tree007483bd8b5639383467d1c0c91e2b2cc0cfb779 /README.md
parentc79b12abb7b9cb2adb95b6529061ed1593ae5ee3 (diff)
parent9d8498765ccf188950ccf266ea1fb075a48628ac (diff)
downloadlibnitrokey-c7e53c7f8fd437819d572aaeb0ad12ac1fdc3187.tar.gz
libnitrokey-c7e53c7f8fd437819d572aaeb0ad12ac1fdc3187.tar.bz2
Merge branch 'pr_85'
Support build via Meson and Ninja Fixes #85
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81b367a..1bc8ef9 100644
--- a/README.md
+++ b/README.md
@@ -76,6 +76,17 @@ Other build options (all take either `ON` or `OFF`):
* NO_LOG (default: OFF) - do not compile LOG statements - will make library smaller, but without any diagnostic messages
+### Meson
+It is possible to use Meson and Ninja to build the project as well (currently available only `master` branch).
+Please run:
+```
+meson builddir
+cd builddir
+meson configure # to show available build flags
+ninja
+```
+
+Tests build with bundled Catch is not supported yet with this method.
# Using libnitrokey with Python
To use libnitrokey with Python a [CFFI](http://cffi.readthedocs.io/en/latest/overview.html) library is required (either 2.7+ or 3.0+). It can be installed with: