Changes between Version 113 and Version 114 of maestro/Downloads


Ignore:
Timestamp:
May 27, 2014, 5:23:10 AM (10 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v113 v114  
    66== Preview release ==
    77
    8 The current preview release of MapGuide Maestro is '''6.0a1 (6.0.0.8088)'''
     8The current preview release of MapGuide Maestro is '''6.0a2 (6.0.0.8172)'''
    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-6.0a1-Setup.exe Installer (recommended)]'''
    15  *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0a1-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]
    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-6.0a1-Release.zip Binaries]
     23 *  [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0a2-Release.zip Binaries]
    2424
    2525The minimum required version of Mono is '''2.8'''
     
    2929sudo 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
    3030}}}
     31
     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 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
     42Like the application itself, the SDK is 32-bit and targets .net Framework 4.0
     43
     44SDK 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]
    3147
    3248== Stable release ==