mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
f49c6e2d3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue