Changes between Version 110 and Version 111 of maestro/Downloads


Ignore:
Timestamp:
Oct 2, 2013, 7:39:29 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v110 v111  
    1010== Stable release ==
    1111
    12 The current stable release of MapGuide Maestro is '''5.0.0 (5.0.0.7698)'''
     12The current stable release of MapGuide Maestro is '''5.0.1 (5.0.1.7889)'''
    1313
    1414=== Windows ===
     
    1616On windows you can download MapGuide Maestro as a NSIS installer package, or as a zipped file of executeables. You must have the '''.Net framework 4.0''' installed. The installer will automatically ask you to install it, if you don't have it.
    1717
    18  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.0.0-Setup.exe Installer (recommended)]'''
    19  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0.0-Release.zip Binaries]
     18 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.0.1-Setup.exe Installer (recommended)]'''
     19 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0.1-Release.zip Binaries]
    2020
    2121=== Linux / Mac OS ===
     
    2525For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. Once Mono is installed, please download the binaries:
    2626
    27  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0.0-Release.zip Binaries]
     27 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0.1-Release.zip Binaries]
    2828
    2929Please note for '''5.0 beta 1''' onwards, the minimum required version of Mono is '''2.8'''
     
    4848SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well.
    4949
    50 [http://download.osgeo.org/mapguide/maestro/MaestroSDK_5.0.0.zip Download]
    51 
    52 == 4.0.x Maintenance release ==
    53 
    54 The current 4.0.x maintenance release of MapGuide Maestro is '''4.0.6 (4.0.6.7687)'''
    55 
    56 === Windows ===
    57 
    58 On windows you can download !MapGuide Maestro as a NSIS installer package, or as a zipped file of executeables.
    59 You must have the '''.Net framework 2.0''' installed. The installer will automatically ask you to install it, if you don't have it.
    60  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-4.0.6-Setup.exe Installer (recommended)]'''
    61  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.6-Release.zip Binaries]
    62 
    63 === Linux / Mac OS ===
    64 
    65 Please note for Linux / Mac OS, the Local Connection mode functionality is not compatible. You must download the zip package.
    66 
    67 For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages.
    68 Once Mono is installed, please download the binaries:
    69  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.6-Release.zip Binaries]'''
    70 
    71 The installation is simply unzipping the file:
    72 {{{
    73 unzip "MapGuideMaestro-4.0.6-Release.zip"
    74 }}}
    75 Then run the application:
    76 {{{
    77 cd Maestro
    78 mono Maestro.exe
    79 }}}
    80 
    81 If you are missing either Mono or the winforms package, the following command installs it for Ubuntu:
    82 {{{
    83 sudo apt-get install mono-runtime libmono-winforms2.0-cil
    84 }}}
    85 For Fedora, this command will install Mono:
    86 {{{
    87 sudo yum install mono-core mono-winforms
    88 }}}
    89 For other distros, please consult your system documentation.
    90 
    91 '''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.
    92 
    93 For 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)
    94 
    95 === SDK ===
    96 
    97 The Maestro SDK is a separate package containing only the core Maestro libraries allowing you to create your own applications that use the Maestro API. The SDK package includes:
    98 
    99  * The Maestro API libraries (these are the same identical libraries used by the Maestro application)
    100  * A Visual Studio 2008 solution of .net console/desktop sample projects illustrating use of the Maestro API
    101  * A Visual Studio 2008 solution of ASP.net sample projects illustration use of the Maestro API in a web context
    102  * Maestro API documentation in Compiled HTML Help (CHM) format.
    103 
    104 Like the application itself, the SDK is 32-bit and targets .net Framework 2.0
    105 
    106 SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well.
    107 
    108 [http://download.osgeo.org/mapguide/maestro/MaestroSDK_4.0.6.zip Download]
     50[http://download.osgeo.org/mapguide/maestro/MaestroSDK_5.0.1.zip Download]
    10951
    11052== Previous releases ==