1
0
Fork 0

issue #585: added configure option for MacOS

This commit is contained in:
Jan Steemann 2013-08-21 10:58:09 +02:00
parent da7892a5e3
commit 7967fcd37e
1 changed files with 4 additions and 0 deletions

View File

@ -225,6 +225,10 @@ In order to configure the build environment please execute
to setup the makefiles. This will check for the various system characteristics to setup the makefiles. This will check for the various system characteristics
and installed libraries. and installed libraries.
If you compile on MacOS, you should add the following options to the configure command:
--host=x86_64-apple-darwin --target=x86_64-apple-darwin
Now continue with @ref CompilingAIOCompile. Now continue with @ref CompilingAIOCompile.
If you also plan to make changes to the source code of ArangoDB, add the following If you also plan to make changes to the source code of ArangoDB, add the following