Changes between Version 2 and Version 3 of MussaglBuildWindows
- Timestamp:
- 12/11/2006 04:05:18 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuildWindows
v2 v3 3 3 Building Mussa on Windows takes a bit of effort, which is why we provide pre-built binary installers. This section contains additional Windows specific information about building Mussa in windows. 4 4 5 [http://www.mingw.org/ MingGW] Qt4 on windows requires the MinGW compiler. Thankfully the Qt installer will offer to install it for you. The CMake scripts do assume that MinGW and boost are being installed into the default locations of C:\MinGW and C:\Boost. If you install them elsewhere you will need to adjust several CMake variables. 5 6 == Qt & MinGW == 7 8 Qt4 on windows requires the [http://www.mingw.org/ MinGW] compiler. Thankfully the Qt installer will offer to install it for you. The CMake scripts do assume that MinGW and boost are being installed into the default locations of C:\MinGW and C:\Boost. If you install them elsewhere you will need to adjust several CMake variables. 9 10 == Environmental Variables == 6 11 7 12 You'll also probably want to put MinGW, CMake, and darcs on your system path. [http://support.microsoft.com/default.aspx?scid=kb;en-us;310519 How To Manage Environment Variables in Windows XP]