Changes between Version 107 and Version 108 of maestro/Downloads
- Timestamp:
- 05/28/13 10:17:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/Downloads
v107 v108 6 6 == Preview release == 7 7 8 The current preview release of MapGuide Maestro is '''5.0 beta 5 (5.0.0.7213)'''8 The current preview release of MapGuide Maestro is '''5.0 RC1 (5.0.0.7532)''' 9 9 10 10 === Windows === … … 12 12 On 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. 13 13 14 * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.0 b5-Setup.exe Installer (recommended)]'''15 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0 b5-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] 16 16 17 17 === Linux / Mac OS === … … 21 21 For 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: 22 22 23 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0 b5-Release.zip Binaries]23 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.0RC1-Release.zip Binaries] 24 24 25 25 Please note for '''5.0 beta 1''' onwards, the minimum required version of Mono is '''2.8''' … … 30 30 }}} 31 31 32 === SDK === 33 34 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: 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 41 Like the application itself, the SDK is 32-bit and targets .net Framework 4.0 42 43 SDK 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 32 47 == Stable release == 33 48 34 The current stable release of MapGuide Maestro is '''4.0. 4 (4.0.4.7214)'''49 The current stable release of MapGuide Maestro is '''4.0.5 (4.0.5.7527)''' 35 50 36 51 === Windows === … … 38 53 On windows you can download !MapGuide Maestro as a NSIS installer package, or as a zipped file of executeables. 39 54 You 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] 42 57 43 58 === Linux / Mac OS === … … 47 62 For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. 48 63 Once 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]''' 50 65 51 66 The installation is simply unzipping the file: 52 67 {{{ 53 unzip "MapGuideMaestro-4.0. 4-Release.zip"68 unzip "MapGuideMaestro-4.0.5-Release.zip" 54 69 }}} 55 70 Then run the application: … … 73 88 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) 74 89 90 === SDK === 91 92 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: 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 99 Like the application itself, the SDK is 32-bit and targets .net Framework 2.0 100 101 SDK 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 75 105 == Previous releases == 76 106