diff --git a/index.html b/index.html index 415a0bd..6508b15 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
- To build this, you will need the following software packages (all available in Debian and Ubuntu, see WSL section below) : + To build this, you will need the following software packages + (all available in Debian and Ubuntu, see WSL section below):
+ These need to be installed in the environment where the NSIS + Package is build, NOT the environment where the java package + is built. These may be different, because you will need to + use a system which provides a Unix-like environment on top of + a Windows system. You can use WSL or Cygwin, and more detailed + instructions are provided below. +
++ Building for Windows target from Linux is not possible unless + you obtain a Windows package from my github. +
In addition, you will need the NSIS plugin “ShellExecAsUser” which you can get from the @@ -169,6 +182,9 @@ . You must have Git for Windows installed. When installing git for Windows, you should select “Checkout as is, commit as is” and leave line-endings alone.
++ The Windows build tools listed above must be installed on the Windows host machine. +
TODO: Add links to the respective instructions for each of these.
@@ -329,7 +345,7 @@
Install prerequisites
- wsl sudo apt-get update && sudo apt-get install make nsis dos2unix curl jq
+ wsl sudo apt-get update && sudo apt-get install make nsis nsis-pluginapi dos2unix curl jq