Changes between Version 113 and Version 114 of maestro/Downloads
- Timestamp:
- 05/27/14 05:23:10 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/Downloads
v113 v114 6 6 == Preview release == 7 7 8 The current preview release of MapGuide Maestro is '''6.0a 1 (6.0.0.8088)'''8 The current preview release of MapGuide Maestro is '''6.0a2 (6.0.0.8172)''' 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-6.0a 1-Setup.exe Installer (recommended)]'''15 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0a 1-Release.zip Binaries]14 * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-6.0a2-Setup.exe Installer (recommended)]''' 15 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0a2-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-6.0a 1-Release.zip Binaries]23 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0a2-Release.zip Binaries] 24 24 25 25 The minimum required version of Mono is '''2.8''' … … 29 29 sudo apt-get install mono-runtime libmono-system-windows-forms4.0-cil libmono-system-core4.0-cil libmono-system-numerics4.0-cil libmono-system-web4.0-cil 30 30 }}} 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 2012 solution of .net console/desktop sample projects illustrating use of the Maestro API 38 * A Visual Studio 2012 solution of ASP.net sample projects illustration use of the Maestro API in a web context 39 * A ProviderTemplate utility that generates and compiles a Maestro.LocalNative provider targeted towards your specific version of the MapGuide API 40 * Maestro API documentation in Compiled HTML Help (CHM) format. 41 42 Like the application itself, the SDK is 32-bit and targets .net Framework 4.0 43 44 SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well. 45 46 [http://download.osgeo.org/mapguide/maestro/MaestroSDK_6.0a2.zip Download] 31 47 32 48 == Stable release ==