Using Mozilla Translator: Difference between revisions
Jump to navigation
Jump to search
Willyaranda (talk | contribs) (New page: == Setting up the enviroment == == Downloading en-US sources == == Downloading ab-CD sources == == Setting up MT configuration ==) |
Willyaranda (talk | contribs) |
||
| Line 1: | Line 1: | ||
== Setting up the enviroment == | == Setting up the enviroment == | ||
=== Install Java === | |||
You need to download Java (from [http://www.java.com/getjava/ here]) or install it from your repositories if you are using Linux: | |||
sudo apt-get install java | |||
(for Ubuntu or Debian OS, may vary for other systems) | |||
=== Directory structure === | |||
Create a directory structure like this: | |||
'''/home/[user]/bin/''' | |||
'''|cvs-moz.sh''' (file, see bellow) | |||
'''|cvs-moz-l10n.sh''' (file, see bellow) | |||
'''|run-mt.sh''' (file, see bellow) | |||
'''/MT/''' | |||
'''|mt.jar''' (file, see bellow) | |||
'''|MT.sh''' (file, see bellow) | |||
'''|[product]/[version]/''' | |||
'''|cvs-moz.cfg''' (file, see bellow) | |||
'''|cvs-moz-l10n.cfg''' (file, see bellow) | |||
=== Files and scripts === | |||
== Downloading en-US sources == | == Downloading en-US sources == | ||
Revision as of 19:42, 6 July 2008
Setting up the enviroment
Install Java
You need to download Java (from here) or install it from your repositories if you are using Linux:
sudo apt-get install java
(for Ubuntu or Debian OS, may vary for other systems)
Directory structure
Create a directory structure like this:
/home/[user]/bin/
|cvs-moz.sh (file, see bellow)
|cvs-moz-l10n.sh (file, see bellow)
|run-mt.sh (file, see bellow)
/MT/
|mt.jar (file, see bellow)
|MT.sh (file, see bellow)
|[product]/[version]/
|cvs-moz.cfg (file, see bellow)
|cvs-moz-l10n.cfg (file, see bellow)