Skip to content

Commit

Permalink
Merge pull request #3654 from acemod/alwaysUseJunctionsWiki
Browse files Browse the repository at this point in the history
Always use junctions for manual setup on wiki
  • Loading branch information
bux committed Apr 3, 2016
2 parents 837ed44 + 2d78de0 commit 4929af9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions wiki/development/setting-up-the-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,9 @@ 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:

```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]"
```

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]"
mklink /J "[Arma 3 installation folder]\z\ace" "[location of the ACE3 project]"
mklink /J "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.
Expand Down

0 comments on commit 4929af9

Please sign in to comment.