You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/wiki/development/building-extensions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This page describes how you can setup your extensions development environment fo
12
12
13
13
## Build Project (Windows)
14
14
15
-
_This is done automatically when doing a [release build](./Building-ACRE2#create-a-release-build) with `compile` option._
15
+
_This is done automatically when doing a [release build](building#create-a-release-build) with `compile` option._
16
16
17
17
- Open a command prompt and navigate to the folder in which you downloaded or Git cloned out the ACRE2 source.
18
18
@@ -30,4 +30,4 @@ _Only `ACRE2TS` project (`acre2_win64.dll`) TeamSpeak plugin can be built in 64-
30
30
- Navigate to the `extensions\vcproj64` directory.
31
31
- Run `cmake .. -DUSE_64BIT_BUILD=ON -G "Visual Studio 14 2015 Win64"` (replace generator for any other 64-bit Visual Studio generator)
32
32
33
-
Extensions files will also be copied to their appropriate locations automatically after compilation (ready for [test](./Building-ACRE2#create-a-test-build) and [release](./Building-ACRE2#create-a-release-build) builds).
33
+
Extensions files will also be copied to their appropriate locations automatically after compilation (ready for [test](building#create-a-test-build) and [release](building#create-a-release-build) builds).
Copy file name to clipboardExpand all lines: docs/wiki/development/building.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,13 @@ To start the game using this build, you can use the following modline:
61
61
-mod=@CBA_A3;idi\clients\acre
62
62
```
63
63
64
-
You will also need `acre.dll` and `ACRE2Arma.dll` placed in `idi\clients\acre` folder. You can obtain those from last release or [build them yourself](../Building-ACRE2-Extensions). TeamSpeak plugin is not required for basic operation.
64
+
You will also need `acre.dll` and `ACRE2Arma.dll` placed in `idi\clients\acre` folder. You can obtain those from last release or [build them yourself](building-extensions). TeamSpeak plugin is not required for basic operation.
65
65
66
66
### Create a Release Build
67
67
68
68
To create a complete build of ACRE2 that you can use without the source files you will need:
69
69
70
-
- All [C++ requirements](./Building-ACRE2-Extensions#requirements)
70
+
- All [C++ requirements](building-extensions)
71
71
-`msbuild` in `PATH` environment variable (usually `C:\Program Files (x86)\MSBuild\14.0\Bin`)
72
72
- Ensure `.hpp` is **NOT** in pboProject's "Exclude From Pbo" list
0 commit comments