From cedd0b17f3e7c32739b95f5046c13abd2a8260a6 Mon Sep 17 00:00:00 2001 From: jsteemann Date: Thu, 16 Mar 2017 15:51:57 +0100 Subject: [PATCH] remove references to git submodules --- CHANGELOG | 8 +------- .../Manual/GettingStarted/Installing/Compiling.mdpp | 12 +----------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ce2d890fbb..445ac10847 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -83,6 +83,7 @@ devel * arangoimp: fixed issue #2214 + v3.2.alpha2 (2017-02-20) ------------------------ @@ -98,13 +99,6 @@ v3.2.alpha2 (2017-02-20) The documented GET _api/edges and the undocumented POST _api/edges remains unmodified. -* moved V8 code into a git submodule - this requires running the command - - git submodule update --init --recursive - - once after a source code update or fresh checkout - * updated V8 version to 5.7.0.0 * change undocumented behaviour in case of invalid revision ids in diff --git a/Documentation/Books/Manual/GettingStarted/Installing/Compiling.mdpp b/Documentation/Books/Manual/GettingStarted/Installing/Compiling.mdpp index 50d5de7c8f..8136f94527 100644 --- a/Documentation/Books/Manual/GettingStarted/Installing/Compiling.mdpp +++ b/Documentation/Books/Manual/GettingStarted/Installing/Compiling.mdpp @@ -12,17 +12,7 @@ By default, cloning the github repository will checkout **devel**. This version contains the development version of the ArangoDB. Use this branch if you want to make changes to the ArangoDB source. -On windows you first [need to allow and enable symlinks for your user](https://github.com/git-for-windows/git/wiki/Symbolic-Links#allowing-non-administrators-to-create-symbolic-links). -We now use [git submodules](https://git-scm.com/docs/git-submodule) for V8 and Rocksdb. -Since the V8 git repository also requires external addons to be present, we end -up with recursive submodules. Thus a clone command now has to look like: - - git clone https://github.com/arangodb/arangodb.git - cd arangodb - git submodule update --recursive - git submodule update --init --recursive - - +On Windows you first [need to allow and enable symlinks for your user](https://github.com/git-for-windows/git/wiki/Symbolic-Links#allowing-non-administrators-to-create-symbolic-links). Please checkout the [cookbook](https://docs.arangodb.com/cookbook) on how to