From b2c34bea1e03b83247a2f6d253dd3fcdd7e1f2a6 Mon Sep 17 00:00:00 2001 From: jonpas Date: Sun, 3 Apr 2016 13:27:54 +0200 Subject: [PATCH] Always use junctions for manual setup, Remove redundant steps - complements #3652 --- .../setting-up-the-development-environment.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/wiki/development/setting-up-the-development-environment.md b/wiki/development/setting-up-the-development-environment.md index f81e06b6118..cfa8be0e0de 100644 --- a/wiki/development/setting-up-the-development-environment.md +++ b/wiki/development/setting-up-the-development-environment.md @@ -41,26 +41,13 @@ After ensuring that you have installed all requirements, execute the `setup.py` ### 4.1 Manual Setup -Should the script fail, here is how you create the required links manually: - -First, to set up the links, create `z` folders both in your Arma 3 directory and on your P-drive. Then run the following commands as admin, replacing the text in brackets with the appropriate paths: - -Windows 8: +Should the script fail, here is how you create the required links manually. Run the following commands as admin, replacing the text in brackets with the appropriate paths: ```sh -mklink /D /J "[Arma 3 installation folder]\z\ace" "[location of the ACE3 project]" -mklink /D /J "P:\z\ace" "[location of the ACE3 project]" +mklink /J "[Arma 3 installation folder]\z\ace" "[location of the ACE3 project]" +mklink /J "P:\z\ace" "[location of the ACE3 project]" ``` -Windows 7 and Vista: - -```sh -mklink /D "[Arma 3 installation folder]\z\ace" "[location of the ACE3 project]" -mklink /D "P:\z\ace" "[location of the ACE3 project]" -``` - -Then, copy the `cba` folder from the `tools` folder to `P:\x\cba`. Create the `x` folder if needed. That folder contains the parts of the CBA source code that are required for the macros to work. - ## 5. Creating a Test Build