ChristopherSchultz commented on PR #825:
URL: https://github.com/apache/tomcat/pull/825#issuecomment-2653824284

   > Progress. When building makensis you need something like:
   > 
   > ```
   > scons UNICODE=yes PREFIX=/home/mark/libs/nsis-3.10/bin SKIPPLUGINS=all 
SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no VERSION=3.10 
install-compiler
   > ```
   > 
   > Key points to note:
   > 
   >     * you need to specify the version (this ends up in the installer 
binary so it needs to match)
   > 
   >     * the prefix needs to be the bin directory of the NSIS download else 
the paths aren't right.
   > 
   > 
   > I now have something that is very close but all the changes mean the 
signatures are no longer valid. I need to start again with a clean build so 
test the signatures.
   > 
   > Note I am still working with your first commit. I haven't pulled in the 
subsequent commits.
   
   @markt-asf When you have this working to your satisfaction, could you please 
update the 
https://cwiki.apache.org/confluence/display/TOMCAT/Environment+Setup+for+Releases
 page to include instructions for building makensis for non-Windows platforms? 
I'd be happy to try it myself as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to