Changes between Version 1 and Version 2 of EclipseConfiguration
- Timestamp:
- 09/22/09 14:18:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseConfiguration
v1 v2 3 3 ---- 4 4 5 This document describes how to import the MARY source code as a project into Eclipse. 6 These steps are written based on Eclipse 3.5. 7 They should work under linux and, with minor adaptations, under windows. 8 9 '''Dependencies:''' 10 11 12 - JRE 1.5 (JRE 5) 13 - JDK 1.5 (JDK 5) 14 - Eclipse (http://www.eclipse.org/downloads/) 15 - svn (tested with svn version 1.4.6) 5 16 6 17 7 This file describes how to import the MARY source code as a project into 8 Eclipse. These steps are written based on Eclipse 3.0, by Stephanie Becker and 9 Marc Schroeder. They should work under linux and, with minor adaptations, under windows. 18 There are two possibilities to get access to the MARY source code: 10 19 11 1. Precondition: You must have installed the MARY TTS system including the 12 "source" package. We will refer to the installation directory 13 (e.g., "/home/myself/MARY TTS" on linux or "c:\Program Files\MARY TTS" on windows) 14 as MARY_BASE. 20 - '''From the installed version of MARY TTS system''' 21 22 '''Precondition:''' You must have installed the MARY TTS system including the "source" package. We will refer to the installation directory (e.g., "/home/myself/MARY_TTS" on linux or "c:\Program Files\MARY_TTS" on windows) as $MARY_BASE. 23 24 - '''From the 'svn' repository available at [http://mary.opendfki.de/wiki]''' 25 26 '''Precondition:''' Checkout OpenMary from current trunk (Lets say checkout directory as $MARY_BASE ) 27 {{{ 28 $ svn checkout https://mary.opendfki.de/repos/trunk $MARY_BASE 29 }}} 30 31 Ex: 32 {{{ 33 $ svn checkout https://mary.opendfki.de/repos/trunk /home/myself/openmary 34 }}} 35 15 36 16 37 2. Verify/adapt a number of general settings in Eclipse. From the Eclipse