This is an automated email from the ASF dual-hosted git repository.
markt 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 c1531bf7fc Fix typos. Minor clarifications to makensis instructions
c1531bf7fc is described below
commit c1531bf7fcec6e29af62b5f7fd916b2cd7a6a449
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Feb 12 12:08:06 2025 +0000
Fix typos. Minor clarifications to makensis instructions
---
BUILDING.txt | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index 40d06cbf6c..d557ad2463 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -340,19 +340,15 @@ in build.xml and the default property values in
build.properties.default.
First detect the needed version by looking for nsis.version
in build.properties.default.
- Download and extract NSIS for Windows by running
- "ant download-dist". Note the NSIS installation
- PATH form the outout or by checking "nsis.home"
- in build.properties.default.
-
- Download the correct binary distribution for Windows from
- https://nsis.sourceforge.io/ and extract it to some path,
- for example /home/myuser/install/nsis-3.10/.
+ Download and extract NSIS for Windows by running "ant download-dist". Note
+ the NSIS installation PATH from the output or by checking "nsis.home" in
+ build.properties.default. For example:
+ /home/myuser/tomcat-build-libs/nsis-3.10
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/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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]