1
0
Fork 0

Doc - Fix typos and link (#5675)

This commit is contained in:
Vinay Pyati 2018-06-29 09:30:25 +02:00 committed by sleto-it
parent 50fdc71300
commit ec6f8e27f5
1 changed files with 9 additions and 9 deletions

View File

@ -7,17 +7,17 @@ Problem
I want to compile ArangoDB 3.0 and onwards under Windows. I want to compile ArangoDB 3.0 and onwards under Windows.
**Note:** For this recipe you need at least ArangoDB 3.0; **Note:** For this recipe you need at least ArangoDB 3.0;
For ArangoDB version before 3.0 look at the [old Compiling ArangoDB under Windows](Windows.md). For ArangoDB version before 3.0 look at the [old Compiling ArangoDB under Windows](https://docs.arangodb.com/2.8/Cookbook/CompilingUnderWindows.html).
Solution Solution
-------- --------
With ArangoDB 3.0 a complete cmake environment was introduced. This also streamlines the dependencies on windows. With ArangoDB 3.0 a complete cmake environment was introduced. This also streamlines the dependencies on windows.
We sugest to use [chocolatey.org](https://chocolatey.org/) to install most of the dependencies. For sure We suggest to use [chocolatey.org](https://chocolatey.org/) to install most of the dependencies. For sure
most projects offer their own setup & install packages, chocolatey offers a simplified way to install them most projects offer their own setup & install packages, chocolatey offers a simplified way to install them
with less user interactions. You can even use chocolatey via the brand new with less user interactions. You can even use chocolatey via the brand new
[ansibles 2.0 winrm facility](http://docs.ansible.com/ansible/intro_windows.html) [ansibles 2.0 winrm facility](http://docs.ansible.com/ansible/intro_windows.html)
to do unattended installions of some software on windows - the cool thing linux guys always told you about. to do unattended installations of some software on windows - the cool thing linux guys always told you about.
### Ingredients ### Ingredients
@ -156,7 +156,7 @@ And variable name: `ICU_DATA` to the value: `c:\\Windows`
![HowtoSetEnv](/assets/CompilingUnderWindows/SetEnvironmentVar.png) ![HowtoSetEnv](/assets/CompilingUnderWindows/SetEnvironmentVar.png)
Running Unitests (Optional) Running Unit tests (Optional)
--------------------------- ---------------------------
You can then run the unit tests in the cygwin shell like that: You can then run the unit tests in the cygwin shell like that: