This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new c365397239 Clarify use of PRFIX in makencsis scons build c365397239 is described below commit c3653972396b015686b901d11fd8acd46977824e Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Sun Mar 2 23:23:25 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