Changes between Version 107 and Version 108 of maestro/Downloads


Ignore:
Timestamp:
May 28, 2013, 10:17:00 AM (11 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v107 v108  
    66== Preview release ==
    77
    8 The current preview release of MapGuide Maestro is '''5.0 beta 5 (5.0.0.7213)'''
     8The current preview release of MapGuide Maestro is '''5.0 RC1 (5.0.0.7532)'''
    99
    1010=== Windows ===
     
    1212On 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.
    1313
    14  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.0b5-Setup.exe Installer (recommended)]'''
    15  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0b5-Release.zip Binaries]
     14 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.0RC1-Setup.exe Installer (recommended)]'''
     15 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0RC1-Release.zip Binaries]
    1616
    1717=== Linux / Mac OS ===
     
    2121For 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:
    2222
    23  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0b5-Release.zip Binaries]
     23 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0RC1-Release.zip Binaries]
    2424
    2525Please note for '''5.0 beta 1''' onwards, the minimum required version of Mono is '''2.8'''
     
    3030}}}
    3131
     32=== SDK ===
     33
     34The 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:
     35
     36 * The Maestro API libraries (these are the same identical libraries used by the Maestro application)
     37 * A Visual Studio 2010 solution of .net console/desktop sample projects illustrating use of the Maestro API
     38 * A Visual Studio 2010 solution of ASP.net sample projects illustration use of the Maestro API in a web context
     39 * Maestro API documentation in Compiled HTML Help (CHM) format.
     40
     41Like the application itself, the SDK is 32-bit and targets .net Framework 4.0
     42
     43SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well.
     44
     45[http://download.osgeo.org/mapguide/maestro/MaestroSDK_5.0RC1.zip Download]
     46
    3247== Stable release ==
    3348
    34 The current stable release of MapGuide Maestro is '''4.0.4 (4.0.4.7214)'''
     49The current stable release of MapGuide Maestro is '''4.0.5 (4.0.5.7527)'''
    3550
    3651=== Windows ===
     
    3853On windows you can download !MapGuide Maestro as a NSIS installer package, or as a zipped file of executeables.
    3954You must have the '''.Net framework 2.0''' installed. The installer will automatically ask you to install it, if you don't have it.
    40  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-4.0.4-Setup.exe Installer (recommended)]'''
    41  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.4-Release.zip Binaries]
     55 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-4.0.5-Setup.exe Installer (recommended)]'''
     56 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.5-Release.zip Binaries]
    4257
    4358=== Linux / Mac OS ===
     
    4762For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages.
    4863Once Mono is installed, please download the binaries:
    49  *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.4-Release.zip Binaries]'''
     64 *  '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-4.0.5-Release.zip Binaries]'''
    5065
    5166The installation is simply unzipping the file:
    5267{{{
    53 unzip "MapGuideMaestro-4.0.4-Release.zip"
     68unzip "MapGuideMaestro-4.0.5-Release.zip"
    5469}}}
    5570Then run the application:
     
    7388For 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)
    7489
     90=== SDK ===
     91
     92The 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:
     93
     94 * The Maestro API libraries (these are the same identical libraries used by the Maestro application)
     95 * A Visual Studio 2008 solution of .net console/desktop sample projects illustrating use of the Maestro API
     96 * A Visual Studio 2008 solution of ASP.net sample projects illustration use of the Maestro API in a web context
     97 * Maestro API documentation in Compiled HTML Help (CHM) format.
     98
     99Like the application itself, the SDK is 32-bit and targets .net Framework 2.0
     100
     101SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well.
     102
     103[http://download.osgeo.org/mapguide/maestro/MaestroSDK_4.0.5.zip Download]
     104
    75105== Previous releases ==
    76106