This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 7e64dbcdb5 Clarify use of PRFIX in makencsis scons build 7e64dbcdb5 is described below commit 7e64dbcdb53a9d23787977991ca543e37b81bec4 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sun Mar 2 23:22:00 2025 +0100 Clarify use of PRFIX in makencsis scons build --- BUILDING.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index d557ad2463..66f206e8ba 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -351,8 +351,10 @@ in build.xml and the default property values in build.properties.default. scons UNICODE=yes PREFIX=/home/myuser/tomcat-build-libs/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 - binary distribution that "ant download-dist" installed. + so it needs to match). The PREFIX is not important, but you need to make sure + that the created binary "makensis" gets finally put into the "Bin" directory of + the NSIS binary distribution that "ant download-dist" installed. When using + "NSIS_CONFIG_CONST_DATA_PATH=no" the binary is independent of the value of "PREFIX". Use this "makensis" binary by making sure, that it gets found by setting an appropriate PATH environment variable. In addition set the ant property --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org