Update INSTALL.md.

This commit is contained in:
Pentarctagon 2021-12-15 19:13:00 -06:00
parent 029606b722
commit d4b9104abe
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -72,8 +72,6 @@ Wesnoth uses CMake for project configuration and vcpkg for installing dependenci
NOTE 1: You will need a Windows implementation of pkg-config present in your PATH, such as [pkg-config-lite](https://sourceforge.net/projects/pkgconfiglite/).
NOTE 2: The Debug configuration will currently fail to launch due to missing dlls. This is due the incorrect dlls being copied into the output directory (the Release dlls are copied, but the Debug dlls were linked). For now this can be worked around by building the Release configuration and then copying the dlls into the Debug output folder.
## SCons Build
Unlike CMake or the classic "autotools" build-system (configure && make),