Shadow installer for Windows
Prerequisites:
- Install NSIS 3 (https://nsis.sourceforge.io/Download)
- Install Ultra-Modern UI plugin (https://nsis.sourceforge.io/Ultra-Modern_UI)
To build the installer:
- Build the version of
shadow.jaryou want to install - Clone the
windows-installerrepository - Copy
shadow.jarinto the repository directory - Copy the
includedirectory with the appropriate version Shadow C include files into the repository directory - Create a
srcdirectory in the repository directory - Copy the
shadowdirectory and required.llfiles from the compilersrcdirectory into the repository'ssrcdirectory - Delete the
testdirectory from inside theshadowdirectory (since it will cause errors when the compiler later tries to build the standard library) - Use NSIS to compile the
shadow.nsiscript