From 699a8a27113e5d812afcb0a7425dab7c1106407c Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Wed, 30 Nov 2016 13:10:25 +0100 Subject: [PATCH] build: Added botan build instruction for Mac to README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57d22588..7752dca5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ also something about java, but who knows... For Win32: * VLD_DIR - .../Visual Leak Detector -* path +* path - apped path to git.exe - apped path to jdk/bin @@ -39,7 +39,10 @@ $ python configure.py --cc=msvc --cpu=x86_32 --disable-shared for Windows debug build: python configure.py --cc=msvc --cpu=x86_32 --disable-shared --no-optimizations --with-debug-info -for other: +for Mac: +$ python configure.py --disable-shared --disable-modules=darwin_secrandom + +for Linux: $ python configure.py --disable-shared #### Settings