6 | | == Preview release == |
7 | | |
8 | | The current preview release of MapGuide Maestro is '''6.0m5 (6.0.0.8909)''' |
9 | | |
10 | | === Windows === |
11 | | |
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.5''' installed. The installer will automatically ask you to install it, if you don't have it. |
13 | | |
14 | | * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-6.0m5-Setup.exe Installer (recommended)]''' |
15 | | * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0m5-Release.zip Binaries] |
16 | | |
17 | | === Linux / Mac OS === |
18 | | |
19 | | Please note for Linux / Mac OS, the Local Connection mode and IronPython scripting functionality is not compatible. You must download the zip package which does not include these components. |
20 | | |
21 | | For Linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. The minimum required version of Mono is '''2.8''' |
22 | | |
23 | | For Ubuntu, the following apt-get command will fetch the required packages: |
24 | | {{{ |
25 | | 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 |
26 | | }}} |
27 | | |
28 | | Once Mono is installed, please download the binaries: |
29 | | |
30 | | * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0m5-Release.zip Binaries] |
31 | | |
32 | | For Mac OS, |
33 | | |
34 | | * [http://mapguide.wordpress.com/2010/06/17/installing-mapguide-maestro-on-mac-os-x-macbook-pro/ Installing MapGuide Maestro on Mac OS X] |
35 | | |
36 | | === SDK === |
37 | | |
38 | | 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: |
39 | | |
40 | | * The Maestro API libraries (these are the same identical libraries used by the Maestro application) |
41 | | * A Visual Studio 2012 solution of .net console/desktop sample projects illustrating use of the Maestro API |
42 | | * A Visual Studio 2012 solution of ASP.net sample projects illustration use of the Maestro API in a web context |
43 | | * A ProviderTemplate utility that generates and compiles a Maestro.LocalNative provider targeted towards your specific version of the MapGuide API |
44 | | * Maestro API documentation in Compiled HTML Help (CHM) format. |
45 | | |
46 | | Like the application itself, the SDK is 32-bit and targets .net Framework 4.5 |
47 | | |
48 | | SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well. |
49 | | |
50 | | [http://download.osgeo.org/mapguide/maestro/MaestroSDK_6.0m5.zip Download] |
51 | | |
52 | | == Stable release == |
53 | | |
54 | | The current stable release of MapGuide Maestro is '''5.1 (5.1.0.7970)''' |
55 | | |
56 | | === Windows === |
57 | | |
58 | | 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. |
59 | | |
60 | | * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-5.1-Setup.exe Installer (recommended)]''' |
61 | | * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.1-Release.zip Binaries] |
62 | | |
63 | | === Linux / Mac OS === |
64 | | |
65 | | Please note for Linux / Mac OS, the Local Connection mode and IronPython scripting functionality is not compatible. You must download the zip package which does not include these components. |
66 | | |
67 | | For Linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. Please note for '''5.0 beta 1''' onwards, the minimum required version of Mono is '''2.8''' |
68 | | |
69 | | For Ubuntu, the following apt-get command will fetch the required packages: |
70 | | {{{ |
71 | | 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 |
72 | | }}} |
73 | | |
74 | | Once Mono is installed, please download the binaries: |
75 | | |
76 | | * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-5.1-Release.zip Binaries] |
77 | | |
78 | | For Mac OS, |
79 | | |
80 | | * [http://mapguide.wordpress.com/2010/06/17/installing-mapguide-maestro-on-mac-os-x-macbook-pro/ Installing MapGuide Maestro on Mac OS X] |
81 | | |
82 | | === SDK === |
83 | | |
84 | | 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: |
85 | | |
86 | | * The Maestro API libraries (these are the same identical libraries used by the Maestro application) |
87 | | * A Visual Studio 2010 solution of .net console/desktop sample projects illustrating use of the Maestro API |
88 | | * A Visual Studio 2010 solution of ASP.net sample projects illustration use of the Maestro API in a web context |
89 | | * A ProviderTemplate utility that generates and compiles a Maestro.LocalNative provider targeted towards your specific version of the MapGuide API |
90 | | * Maestro API documentation in Compiled HTML Help (CHM) format. |
91 | | |
92 | | Like the application itself, the SDK is 32-bit and targets .net Framework 4.0 |
93 | | |
94 | | SDK packages are released concurrently with Maestro. Whenever a new release of Maestro is available, you can expect a new SDK release as well. |
95 | | |
96 | | [http://download.osgeo.org/mapguide/maestro/MaestroSDK_5.1.zip Download] |
97 | | |
98 | | == Previous releases == |
99 | | |
100 | | Previous releases can be found here: [http://download.osgeo.org/mapguide/maestro/ Maestro files]. |
| 5 | For more information about the various installation options available, [https://jumpinjackie.github.io/mapguide-maestro/userguide/installation.html click here] |