Changes between Version 72 and Version 73 of maestro/Downloads

Show
Ignore:
Timestamp:
03/08/11 05:14:34 (2 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v72 v73  
    1  
    21== !MapGuide Maestro downloads == 
    32From this page you may download [wiki:maestro MapGuide Maestro]. 
     3 
     4== Windows (Testing release) == 
     5 
     6The current testing release of MapGuide Maestro is 3.0 beta 1 (3.0.5610) 
     7 
     8On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. 
     9You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. 
     10 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-3.0b1-Setup.exe Installer (recommended)]''' 
     11 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release.zip Binaries] 
     12 
     13== Linux / Mac OS (Testing release) == 
     14For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. 
     15Once Mono is installed, please download the binaries: 
     16 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release Binaries]''' 
     17 
     18The installation is simply unzipping the file: 
     19{{{ 
     20unzip "MapGuideMaestro-3.0b1-Release.zip" 
     21}}} 
     22Then run the application: 
     23{{{ 
     24cd Maestro 
     25mono Maestro.exe 
     26}}} 
     27 
     28If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: 
     29{{{ 
     30sudo apt-get install mono-runtime libmono-winforms2.0-cil 
     31}}} 
     32For other distros, please consult you system documentation. 
    433 
    534== Windows (Current release) ==