File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,21 +144,22 @@ There are a couple of project-specific CMake options to pass in that can change
1441441 . Clone the repo.
145145 ```
146146 git clone https://github.com/ccassise/wowpkg.git
147+ ```
148+ 2 . Change directory to the newly cloned repo.
149+ ```
147150 cd wowpkg
148151 ```
149- 2 . Clone vcpkg.
152+ 3 . Clone vcpkg.
150153 ```
151154 git clone https://github.com/microsoft/vcpkg.git
152155 ```
153- 3 . Run vcpkg bootstrap with ` ./vcpkg/bootstrap-vcpkg.sh ` or ` ./vcpkg/bootstrap-vcpkg.bat ` depending on your system.
154- 4 . Create a build directory and compile. vcpkg should download and build all dependencies found in [ vcpkg.json] ( vcpkg.json ) .
156+ 4 . Run vcpkg bootstrap with ` ./vcpkg/bootstrap-vcpkg.sh ` or ` ./vcpkg/bootstrap-vcpkg.bat ` depending on your system.
157+ 5 . Create a build directory and compile. vcpkg should download and build all dependencies found in [ vcpkg.json] ( vcpkg.json ) .
155158 ```
156159 $ mkdir build
157160 $ cd build
158161 $ cmake .. -DWOWPKG_USE_DEVELOPMENT_PATHS:option=on
159162 $ cmake --build .
160163 ```
161- 5 . 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 ` .
162- 6 . Run the compiled program.
163-
164- cmake -B C:\Users\colec\Developer\repos\wowpkg\build -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DCMAKE_BUILD_TYPE=Debug -S C:\Users\colec\Developer\repos\wowpkg -DWOWPKG_USE_DEVELOPMENT_PATHS: option =on -DWOWPKG_ENABLE_SANITIZERS: option =on -DWOWPKG_ENABLE_TESTS: option =on -DWOWPKG_ENABLE_TESTS_INTEGRATION: option =off
164+ 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 ` .
165+ 7 . Run the compiled program.
You can’t perform that action at this time.
0 commit comments