Skip to content

Commit 72d42b6

Browse files
committed
Update README.md
1 parent 4e1b5ce commit 72d42b6

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,21 +144,22 @@ There are a couple of project-specific CMake options to pass in that can change
144144
1. 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.

0 commit comments

Comments
 (0)