This document goes over the steps required to build Garden Windows from source.
- Windows Server 2012 R2 Standard
- Go 1.7
- Visual Studio 2013
- Visual Studio Installer Projects Extension
- Access to the internet (specifically to google.com and 8.8.8.8 for outbound port integration tests)
The script used to compile the msi will also run the test suite which requires the windows machine to be setup properly. For setup instructions see the setup instructions.
- Run
scripts\make.bat
as an Administrator, the MSI will be generated in theoutput
directory.