| | 3 | |
| | 4 | == Windows (Testing release) == |
| | 5 | |
| | 6 | The current testing release of MapGuide Maestro is 3.0 beta 1 (3.0.5610) |
| | 7 | |
| | 8 | On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. |
| | 9 | You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. |
| | 10 | * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-3.0b1-Setup.exe Installer (recommended)]''' |
| | 11 | * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release.zip Binaries] |
| | 12 | |
| | 13 | == Linux / Mac OS (Testing release) == |
| | 14 | For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. |
| | 15 | Once Mono is installed, please download the binaries: |
| | 16 | * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release Binaries]''' |
| | 17 | |
| | 18 | The installation is simply unzipping the file: |
| | 19 | {{{ |
| | 20 | unzip "MapGuideMaestro-3.0b1-Release.zip" |
| | 21 | }}} |
| | 22 | Then run the application: |
| | 23 | {{{ |
| | 24 | cd Maestro |
| | 25 | mono Maestro.exe |
| | 26 | }}} |
| | 27 | |
| | 28 | If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: |
| | 29 | {{{ |
| | 30 | sudo apt-get install mono-runtime libmono-winforms2.0-cil |
| | 31 | }}} |
| | 32 | For other distros, please consult you system documentation. |