Changes between Version 80 and Version 81 of maestro/Downloads
- Timestamp:
- 04/29/11 06:51:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/Downloads
v80 v81 2 2 From this page you may download [wiki:maestro MapGuide Maestro]. 3 3 4 == Windows ( Development release) ==4 == Windows (Current release) == 5 5 6 The current development release of MapGuide Maestro is 3.0 RC1 (3.0.0.5708)6 The current stable release of MapGuide Maestro is 3.0 (3.0.0.5728) 7 7 8 8 On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. 9 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.0 rc1-Setup.exe Installer (recommended)]'''11 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0 rc1-Release.zip Binaries]10 * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-Release-3.0.0-Setup.exe Installer (recommended)]''' 11 * [http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0.0-Release.zip Binaries] 12 12 13 13 == Linux / Mac OS (Development release) == 14 14 For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. 15 15 Once Mono is installed, please download the binaries: 16 * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0 rc1-Release.zip Binaries]'''16 * '''[http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-3.0.0-Release.zip Binaries]''' 17 17 18 18 The installation is simply unzipping the file: 19 19 {{{ 20 unzip "MapGuideMaestro-3.0rc1-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 your system documentation. 33 34 '''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). 35 36 == Windows (Current release) == 37 38 The current stable release of MapGuide Maestro is 2.1.4. 39 40 On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables. 41 You must have the .Net framework 2.0 installed. The installer will automatically ask you to install it, if you don't have it. 42 * '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.msi Installer (recommended)]''' 43 * [http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries] 44 45 == Linux / Mac OS (Current release) == 46 For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages. 47 Once Mono is installed, please download the binaries: 48 * '''[http://download.osgeo.org/mapguide/maestro/MapGuide%20Maestro%202.1.4.zip Binaries]''' 49 50 The installation is simply unzipping the file: 51 {{{ 52 unzip "MapGuide Maestro 2.1.4.zip" 20 unzip "MapGuideMaestro-3.0.0-Release.zip" 53 21 }}} 54 22 Then run the application: … … 66 34 '''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. 67 35 68 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) 69 36 For best results, use the most current release of Mono (currently 2.10.2) where possible. The minimum usable release is Mono 2.0 (this was the release where WinForms was 100% API complete) 70 37 71 38 == Preview releases ==