From 33b53c7f5cef4cf19770a38baa4b627f234322cf Mon Sep 17 00:00:00 2001 From: Giovanni Conte Date: Wed, 16 Jan 2019 12:09:43 +0100 Subject: removed longbow dependency Change-Id: I0c224b26261c7b24699410fc5e41ed6f3fab9815 Signed-off-by: Giovanni Conte --- libparc/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libparc/README.md') diff --git a/libparc/README.md b/libparc/README.md index 818435f6..34d38c9a 100644 --- a/libparc/README.md +++ b/libparc/README.md @@ -13,6 +13,10 @@ $ cd build $ cmake .. or, for MacOSX 10.12, you need to speficy openssl root folder $ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ + +otherwise, if you want to build also the tests you need to specify the following flag +$ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ -DENABLE_TEST=on + $ make $ make test $ make install @@ -56,7 +60,6 @@ Basic dependencies: - OpenSSL - pthreads - Libevent -- LongBow Documentation dependencies: -- cgit 1.2.3-korg