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

   Building a minimal makensis from an nsis source download on Linux should 
work using:
   
   scons UNICODE=yes PREFIX=/path/to/install/nsis-3.10 SKIPSTUBS=all 
SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no 
install-compiler
   
   (taken from the INSTALL file). This will not need Windows dependencies and 
also not try to install DLLs etc. We don't need them in the locally installed 
NSIS, because we take them from our download anyways (and let NSISDIR point 
there).


-- 
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