Changes between Initial Version and Version 1 of maestro/Downloads


Ignore:
Timestamp:
May 19, 2008, 1:32:42 PM (16 years ago)
Author:
ksgeograf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/Downloads

    v1 v1  
     1
     2== !MapGuide Maestro downloads ==
     3From 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) ==
     8On windows you can download !MapGuide Maestro as an MSI installable package, or as a zipped file of executeables.
     9You 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]
     12The 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 ==
     16For linux or Mac OS, you must first install [http://www.mono-project.com/Main_Page Mono] and the winforms packages.
     17Once Mono is installed, please download the binaries:
     18 *  [http://downloads.osgeo.org/maestro/MapGuide%20Maestro%201.0.7.zip Binaries]
     19
     20The installation is simply unzipping the file:
     21{{{
     22unzip "MapGuide Maestro 1.0.7.zip"
     23mv Release Maestro
     24}}}
     25Then run the application:
     26{{{
     27cd Maestro
     28mono Maestro.exe
     29}}}
     30
     31If you are missing either Mono or the winforms package, the following command installs it for Ubuntu:
     32{{{
     33sudo apt-get install mono libmono-winforms2.0-cil
     34}}}
     35For other distros, please consult you system documentation.