1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Heiko Kernbach 2013-08-21 11:51:19 +02:00
commit f49c6e2d3a
1 changed files with 8 additions and 0 deletions

View File

@ -225,6 +225,14 @@ In order to configure the build environment please execute
to setup the makefiles. This will check for the various system characteristics
and installed libraries.
Please note that it may be required to set the `--host` and `--target` variables when
running the configure command. For example, 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
The host and target values for other architectures vary.
Now continue with @ref CompilingAIOCompile.
If you also plan to make changes to the source code of ArangoDB, add the following