mirror of https://gitee.com/bigwinds/arangodb
30 lines
826 B
Markdown
30 lines
826 B
Markdown
---
|
|
layout: default
|
|
description: You want to modify sources or add your own changes to ArangoDB
|
|
---
|
|
Compiling ArangoDB
|
|
==================
|
|
|
|
Problem
|
|
-------
|
|
|
|
You want to modify sources or add your own changes to ArangoDB.
|
|
|
|
Solution
|
|
--------
|
|
|
|
ArangoDB, as many other open source projects nowadays, is standing on the shoulder of giants.
|
|
This gives us a solid foundation to bring you a unique 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 recipes below.
|
|
|
|
- [Compile on Debian](compiling-debian.html)
|
|
|
|
- [Compile on Windows](compiling-windows.html)
|
|
|
|
- [Running Custom Build](compiling-running-custom-build.html)
|
|
|
|
- [Recompiling jemalloc](compiling-jemalloc.html)
|