mirror of https://gitee.com/bigwinds/arangodb
28 lines
704 B
Markdown
28 lines
704 B
Markdown
Compiling ArangoDB
|
|
==================
|
|
|
|
Problem
|
|
-------
|
|
|
|
You want to modify sources or add your own changes to ArangoDB.
|
|
|
|
Solution
|
|
--------
|
|
|
|
Arangodb, as many other opensource projects nowadays is standing on the shoulder of giants.
|
|
This gives us a solid foundation to bring you a uniq feature set, but it introduces a lot of
|
|
dependencies that need to be in place in order to compile arangodb.
|
|
|
|
Since build infrastructures are very different depending on the target OS, choose your target
|
|
from the recepies below.
|
|
|
|
- [Compile on Debian](Debian.md)
|
|
|
|
- [Compile on Windows](Windows.md)
|
|
|
|
- [Running Custom Build](RunningCustomBuild.md)
|
|
|
|
- [Recompiling jemalloc](jemalloc.md)
|
|
|
|
- [OpenSSL 1.1](OpenSSL.md)
|