Changes between Version 80 and Version 81 of maestro/Downloads


Ignore:
Timestamp:
Apr 29, 2011, 6:51:36 AM (13 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v80 v81  
    22From this page you may download [wiki:maestro MapGuide Maestro].
    33
    4 == Windows (Development release) ==
     4== Windows (Current release) ==
    55
    6 The current development release of MapGuide Maestro is 3.0 RC1 (3.0.0.5708)
     6The current stable release of MapGuide Maestro is 3.0 (3.0.0.5728)
    77
    88On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables.
    99You 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.0rc1-Setup.exe Installer (recommended)]'''
    11  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0rc1-Release.zip Binaries]
     10 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-3.0.0-Setup.exe Installer (recommended)]'''
     11 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0.0-Release.zip Binaries]
    1212
    1313== Linux / Mac OS (Development release) ==
    1414For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages.
    1515Once Mono is installed, please download the binaries:
    16  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0rc1-Release.zip Binaries]'''
     16 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0.0-Release.zip Binaries]'''
    1717
    1818The installation is simply unzipping the file:
    1919{{{
    20 unzip "MapGuideMaestro-3.0rc1-Release.zip"
    21 }}}
    22 Then run the application:
    23 {{{
    24 cd Maestro
    25 mono Maestro.exe
    26 }}}
    27 
    28 If you are missing either Mono or the winforms package, the following command installs it for Ubuntu:
    29 {{{
    30 sudo apt-get install mono-runtime libmono-winforms2.0-cil
    31 }}}
    32 For other distros, please consult your system documentation.
    33 
    34 '''Please remember that this is a beta release'''. Some features may be missing, some may not be implemented, some may only be partially implemented. It is strongly recommended to keep your existing release of Maestro (the beta will let you install side-by-side with no clashes).
    35 
    36 == Windows (Current release) ==
    37 
    38 The current stable release of MapGuide Maestro is 2.1.4.
    39 
    40 On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables.
    41 You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it.
    42  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.msi Installer (recommended)]'''
    43  *  [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries]
    44 
    45 == Linux / Mac OS (Current release) ==
    46 For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages.
    47 Once Mono is installed, please download the binaries:
    48  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries]'''
    49 
    50 The installation is simply unzipping the file:
    51 {{{
    52 unzip "MapGuide Maestro 2.1.4.zip"
     20unzip "MapGuideMaestro-3.0.0-Release.zip"
    5321}}}
    5422Then run the application:
     
    6634'''Please note that Mono support for !WinForms is not 100% stable'''. Even though !WinForms is feature complete, some features do not work flawlessly. This means that there are occasional drawing problems. Flipping a tab page back and forth usually solves the problem. Some buttons are missing, because Mono renders them outside the visible area. There are also some issues with certain icons.
    6735
    68 For best results, use the most current release of Mono (currently 2.6.3) where possible. The minimum usable release is Mono 2.0 (this was the release where WinForms was 100% API complete)
    69 
     36For best results, use the most current release of Mono (currently 2.10.2) where possible. The minimum usable release is Mono 2.0 (this was the release where WinForms was 100% API complete)
    7037
    7138== Preview releases ==