Changes between Version 2 and Version 3 of MussaglBuildWindows


Ignore:
Timestamp:
12/11/2006 04:05:18 PM (17 years ago)
Author:
king
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MussaglBuildWindows

    v2 v3  
    33Building 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.
    44
    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
     8Qt4 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 ==
    611
    712 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]