Changes between Version 43 and Version 44 of WikiStart
- Timestamp:
- 09/23/09 19:54:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v43 v44 7 7 8 8 == SVN access to the repository == 9 You can check out the source code from SVN, using the following command:9 You can check out the latest development source code from the SVN trunk, using the following command: 10 10 11 11 {{{ 12 12 svn checkout https://mary.opendfki.de/repos/trunk openmary 13 13 }}} 14 15 The source code of released versions can be found below [source:tags/], e.g. to check out the source code of the "4.0 beta" release, do this: 14 The source code of released versions can be found below [source:tags/]. For example, to check out the source code of the "4.0 beta" release, do this: 16 15 17 16 {{{ 18 17 svn checkout https://mary.opendfki.de/repos/tags/4.0beta openmary-4.0beta 19 18 }}} 20 21 22 19 == Bug reports == 23 If you think you have identified a bug, proceed as follows:20 If you think you have identified a bug, we would like to hear about it. For a meaningful bug report, proceed as follows: 24 21 25 22 1. Check in the [http://mary.opendfki.de/query?group=status&milestone=4.0 list of known bugs] whether the bug has been reported already; … … 30 27 * detailed log files, i.e. an excerpt of MARY TTS/log/server.log containing the error episode. 31 28 1. Discuss the problem on the [http://www.dfki.de/mailman/listinfo/mary-users MARY user mailing list]. 32 33 == Contributions ==34 People interested in adding support for a language can get in touch, e.g. via the [http://www.dfki.de/mailman/listinfo/mary-dev MARY developers mailing list].35 29 36 30 == Mailing List == … … 56 50 * [wiki:ExceptionGuidelines Guidelines to the use of Exceptions in MARY code] 57 51 52 == Contributions == 53 People interested in adding support for a language in MARY TTS can contact Marc Schröder (schroed at dfki.de). We can discuss whether you want to do your development on your own servers or in a branch on the MARY SVN repository. Once it is sufficiently mature, your contribution could be merged into the trunk and become part of a future MARY TTS release. [[BR]] 54 58 55 == SVN access to the repository == 59 56 You can check out the source code from SVN, using the following command: