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: README.md
+3-33Lines changed: 3 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,9 @@ The source should compile on Windows using MSVC, macOS using clang, and Linux us
138
138
There are a couple of project-specific CMake options to pass in that can change how the program is built.
139
139
| Option | Default | Description |
140
140
| --- | --- | --- |
141
-
| WOWPKG_ENABLE_SANITIZERS | OFF | Builds the program with or without sanitizers |
142
-
| WOWPKG_ENABLE_TESTS | OFF | Determines whether or not tests will be built |
141
+
| WOWPKG_ENABLE_SANITIZERS | OFF | Builds the program with or without sanitizers. |
142
+
| WOWPKG_ENABLE_TESTS | OFF | Determines whether or not tests will be built. |
143
+
| WOWPKG_ENABLE_TESTS_INTEGRATION | OFF | Determines whether or not integration tests will be built. |
143
144
| WOWPKG_USE_DEVELOPMENT_PATHS | OFF | When enabled, the path to config.ini and location are saved. wowpkg will be set to the [data](data) project directory. When disabled, the paths to config.ini are saved. wowpkg will be dependent on the current OS. %APPDATA%/wowpkg for Windows and ~/.config/wowpkg for macOS/Linux. Generally, use development paths unless the project is being built for packaging or release. |
144
145
145
146
1. Clone the repo.
@@ -165,34 +166,3 @@ There are a couple of project-specific CMake options to pass in that can change
165
166
```
166
167
6. Change the path in [config.ini](data/config.ini) to where you want the addons to be extracted. Something like `/path/to/wowpkg/data/addons`.
167
168
7. Run the compiled program.
168
-
169
-
8. Clone the repo.
170
-
9. Change to the project directory and get submodules.
171
-
```
172
-
$ cd wowpkg
173
-
$ git submodule update --init
174
-
```
175
-
10. Run vcpkg bootstrap with `./vcpkg/bootstrap-vcpkg.sh` or `./vcpkg/bootstrap-vcpkg.bat` depending on your system.
0 commit comments