Browse Source

SMPQ updated to 1.7

pull/8471/head
Trihedraf 1 month ago committed by Anders Jenbo
parent
commit
1d0a52f5eb
  1. 2
      docs/building.md
  2. 2
      tools/build_and_install_smpq.sh

2
docs/building.md

@ -284,7 +284,7 @@ If you need additional instructions for vcpkg you can find the documentation [he
### If you want to build the devilutionX.mpq File (optional)
In order to build devilutionx.mpq, install smpq from https://launchpad.net/smpq/trunk/1.6/+download/SMPQ-1.6-x86_64.exe.
In order to build devilutionx.mpq, install smpq from https://launchpad.net/smpq/trunk/1.7/+download/SMPQ-1.7-x86_64.exe.
The location of this tool will need to be [added to the system's PATH environment variable](https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/).
### Compiling

2
tools/build_and_install_smpq.sh

@ -20,7 +20,7 @@ fi
STORMLIB_VERSION=e01d93cc8ae743cfe2da5450854c5d2e3a939265
STORMLIB_SRC="/tmp/StormLib-$STORMLIB_VERSION"
SMPQ_VERSION=1.6
SMPQ_VERSION=1.7
SMPQ_SRC="/tmp/smpq-$SMPQ_VERSION"
# Download, build, and install the static version of StormLib, an SMPQ dependency, to the staging prefix.

Loading…
Cancel
Save