diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2018-07-18 13:52:16 +0200 |
---|---|---|
committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2018-07-18 13:54:51 +0200 |
commit | 968b4027f4f13ebc311c3aab741fbc2eea50cca3 (patch) | |
tree | c0d19346fe7ba77bb042aa88d2d29578f51b9a76 /README.md | |
parent | 586be530f0782499088708e34cf05073924ecb9c (diff) | |
download | libnitrokey-968b4027f4f13ebc311c3aab741fbc2eea50cca3.tar.gz libnitrokey-968b4027f4f13ebc311c3aab741fbc2eea50cca3.tar.bz2 |
meson: add support for bundled catch
Better to use meson's subproject, but let's go with submodule for now.
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -80,14 +80,11 @@ Other build options (all take either `ON` or `OFF`): 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 +meson builddir <OPTIONS> +meson configure builddir # to show available build flags +ninja -C builddir ``` -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: ```bash |