build: Added botan build instruction for Mac to README

This commit is contained in:
Eberhard Graether
2016-11-30 13:10:25 +01:00
parent 57284b1d80
commit 699a8a2711
+5 -2
View File
@@ -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