This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new 887afadc83 Windows installer build docs: Correct case in path component 887afadc83 is described below commit 887afadc83e00fd5963740f6a9f2da4469df9f4f Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Wed Feb 12 13:02:10 2025 +0100 Windows installer build docs: Correct case in path component --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index c3816a2409..40d06cbf6c 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -352,7 +352,7 @@ in build.xml and the default property values in build.properties.default. Download the correct sources from the same site and run the following command in the extracted source directory: - scons UNICODE=yes PREFIX=/home/myuser/install/nsis-3.10/bin SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no VERSION=3.10 install-compiler + scons UNICODE=yes PREFIX=/home/myuser/install/nsis-3.10/Bin SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no VERSION=3.10 install-compiler You need to specify the correct value in VERSION (this ends up in the installer binary so it needs to match). The PREFIX needs to be the bin directory of the NSIS --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org