Skip to content

Commit 54cb216

Browse files
StephenCWillsAJenbo
authored andcommitted
Add CPACK to build instructions for MinGW
1 parent 7b65d70 commit 54cb216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ By compiling the `package` target, the build will produce the `devilutionx.zip`
214214
# and enable Discord integration
215215
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=../CMake/platforms/mingwcc.toolchain.cmake \
216216
-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DDEVILUTIONX_SYSTEM_BZIP2=OFF \
217-
-DDEVILUTIONX_STATIC_LIBSODIUM=ON -DDISCORD_INTEGRATION=ON
217+
-DDEVILUTIONX_STATIC_LIBSODIUM=ON -DDISCORD_INTEGRATION=ON -DCPACK=ON
218218

219219
# Build the "package" target which produces devilutionx.zip
220220
# containing all the necessary dlls to run the game
@@ -251,7 +251,7 @@ Packaging/windows/mingw-prep64.sh
251251
# and enable Discord integration
252252
cmake -S. -Bbuild -DCMAKE_TOOLCHAIN_FILE=../CMake/platforms/mingwcc64.toolchain.cmake \
253253
-DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DDEVILUTIONX_SYSTEM_BZIP2=OFF \
254-
-DDEVILUTIONX_STATIC_LIBSODIUM=ON -DDISCORD_INTEGRATION=ON
254+
-DDEVILUTIONX_STATIC_LIBSODIUM=ON -DDISCORD_INTEGRATION=ON -DCPACK=ON
255255

256256
# Build the "package" target which produces devilutionx.zip
257257
# containing all the necessary dlls to run the game

0 commit comments

Comments
 (0)