From e8378d1e7469902551bfad2bcac9d9e661a649fd Mon Sep 17 00:00:00 2001 From: Martin Dagarin Date: Mon, 4 Sep 2017 21:07:49 +0200 Subject: [PATCH] Fixed swiched parameters in install --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c5cf07..51d60e1 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,14 @@ First, install both meson (which requires Python3) and ninja. Then, cd jsoncpp/ - BUILD_TYPE=shared - #BUILD_TYPE=static - LIB_TYPE=debug - #LIB_TYPE=release + BUILD_TYPE=debug + #BUILD_TYPE=release + LIB_TYPE=shared + #LIB_TYPE=static meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE} ninja -v -C build-${LIB_TYPE} test + cd build-${LIB_TYPE} + sudo ninja install ### Building and testing with other build systems See https://github.com/open-source-parsers/jsoncpp/wiki/Building