| 1 | |
| 2 | == !MapGuide Maestro downloads == |
| 3 | From this page you may download !MapGuide Maestro. |
| 4 | |
| 5 | '''This page is a stub, the downloads are not up yet, please visit http://code.google.com/p/mapstudioos/downloads/list until they appear here.''' |
| 6 | |
| 7 | == Windows (Most recent) == |
| 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://downloads.osgeo.org/maestro/MapGuide%20Maestro%201.0.7.msi Installer (recommended)]''' |
| 11 | * [http://downloads.osgeo.org/maestro/MapGuide%20Maestro%201.0.7.zip Binaries] |
| 12 | The installer will create a shorcut in your start menu. If you choose the binaries, simply double click on Maestro.exe. |
| 13 | |
| 14 | |
| 15 | == Linux / Mac OS == |
| 16 | For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. |
| 17 | Once Mono is installed, please download the binaries: |
| 18 | * [http://downloads.osgeo.org/maestro/MapGuide%20Maestro%201.0.7.zip Binaries] |
| 19 | |
| 20 | The installation is simply unzipping the file: |
| 21 | {{{ |
| 22 | unzip "MapGuide Maestro 1.0.7.zip" |
| 23 | mv Release Maestro |
| 24 | }}} |
| 25 | Then run the application: |
| 26 | {{{ |
| 27 | cd Maestro |
| 28 | mono Maestro.exe |
| 29 | }}} |
| 30 | |
| 31 | If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: |
| 32 | {{{ |
| 33 | sudo apt-get install mono libmono-winforms2.0-cil |
| 34 | }}} |
| 35 | For other distros, please consult you system documentation. |