Online installer of full tool set needed for RC-Module project buildings under Windows OS.
System GnuWin32 utilities:
Clone this project or download GnuWin32-lite installer.
Extract archive and open a command window, switch to the gnuwin32-lite directory and run download.bat
If you are behind proxy you have two choices how to enter proxy-settings:
- A. In dialog mode of download.bat
- B. Define your proxy settings in environment variables http_proxy and https_proxy (with no spaces around =) in command line or put it into .\wget.ini
If download.bat completes successfully run install.bat <your_install_dir> with a path where to extract tools.
Install.bat without parameters will extract tools to the current \bin folder.
Accept %PATH% modyfication - it will add <your_install_dir>\bin to the PATH variable.
For example:
C:\gnuwin32-lite-master>set  http_proxy=http://username:password@proxy:80/
C:\gnuwin32-lite-master>set https_proxy=http://username:password@proxy:80/
C:\gnuwin32-lite-master>download 
C:\gnuwin32-lite-master>install C:\gnuwin32