== !MapGuide Maestro downloads == From this page you may download [wiki:maestro MapGuide Maestro]. == Windows (Development release) == The current development release of MapGuide Maestro is 3.0 beta 1 (3.0.5610) On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-3.0b1-Setup.exe Installer (recommended)]''' * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release.zip Binaries] == Linux / Mac OS (Development release) == 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: * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0b1-Release.zip Binaries]''' The installation is simply unzipping the file: {{{ unzip "MapGuideMaestro-3.0b1-Release.zip" }}} Then run the application: {{{ cd Maestro mono Maestro.exe }}} If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: {{{ sudo apt-get install mono-runtime libmono-winforms2.0-cil }}} For other distros, please consult your system documentation. '''Please remember that this is a beta release'''. Some features may be missing, some may not be implemented, some may only be partially implemented. It is strongly recommended to keep your existing release of Maestro (the beta will let you install side-by-side with no clashes). == Windows (Current release) == The current stable release of MapGuide Maestro is 2.1.4. On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. * '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.msi Installer (recommended)]''' * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries] == Linux / Mac OS (Current release) == 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: * '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries]''' The installation is simply unzipping the file: {{{ unzip "MapGuide Maestro 2.1.4.zip" }}} Then run the application: {{{ cd Maestro mono Maestro.exe }}} If you are missing either Mono or the winforms package, the following command installs it for Ubuntu: {{{ sudo apt-get install mono-runtime libmono-winforms2.0-cil }}} For other distros, please consult your system documentation. '''Please note that Mono support for !WinForms is not 100% stable'''. Even though !WinForms is feature complete, some features do not work flawlessly. This means that there are occasional drawing problems. Flipping a tab page back and forth usually solves the problem. Some buttons are missing, because Mono renders them outside the visible area. There are also some issues with certain icons. For best results, use the most current release of Mono (currently 2.6.3) where possible. The minimum usable release is Mono 2.0 (this was the release where WinForms was 100% API complete) == Preview releases == No preview releases are available at this time. == Previous releases == Previous releases can be found here: [http://download.osgeo.org/mapguide/maestro/ Maestro files].