Changes between Version 21 and Version 22 of CompilationGuide/WinRT
- Timestamp:
- May 12, 2016, 1:36:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/WinRT
v21 v22 29 29 30 30 Download the latest MSYS2 installer from http://msys2.github.io/ and '''follow the installation instruction closely''' from the installation webpage. 31 In order for the environment from the Windows side to be inherited on the MSYS2 side, uncomment the following line from msys2_shell.bat if it is present: 32 replace `rem set MSYS2_PATH_TYPE=inherit` 33 with `set MSYS2_PATH_TYPE=inherit` this will allow the environment variables for Visual Studio to be transferred to the MSYS2 environment and back. 31 34 32 35 Once base MSYS2 is successfully installed, get the latest `make` package by invoking the following command in your MSYS2 shell