Difference between revisions of "Apertium-tinylex"
Jump to navigation
Jump to search
m (Link to website) |
|||
Line 35: | Line 35: | ||
Copy/send the .jar file to your mobile device. |
Copy/send the .jar file to your mobile device. |
||
dist/en_es/en-es-apertium-tinylex-0. |
dist/en_es/en-es-apertium-tinylex-0.3.1.jar |
||
dist/es_ca/es-ca-apertium-tinylex-0. |
dist/es_ca/es-ca-apertium-tinylex-0.3.1.jar |
||
dist/fr_ca/fr-ca-apertium-tinylex-0. |
dist/fr_ca/fr-ca-apertium-tinylex-0.3.1.jar |
||
... |
... |
||
Revision as of 18:32, 22 July 2008
TinyLex is a J2ME (Java 2 Micro Edition) program for mobile devices which looks up dictionary entries. It is free software and released under the terms of the GNU General Public License v2.0.
Requirements
- Ant
- Java Development Kit 6 (JDK6)
- Netbeans (>6.0) (some libraries are needed to build the project)
- Mobile Device supporting J2ME MIDP 2.0
Download
$ svn co https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-mobile/apertium-tinylex
Build
$ cd apertium-mobile $ cd apertium-tinylex
It is recommended to open this project with Netbeans before (only the first time). This will create a 'private' directory inside 'nbproject' with some user properties (this is the easiest way to get them).
After that,
$ ant jar-all
Running the application
Copy/send the .jar file to your mobile device.
dist/en_es/en-es-apertium-tinylex-0.3.1.jar dist/es_ca/es-ca-apertium-tinylex-0.3.1.jar dist/fr_ca/fr-ca-apertium-tinylex-0.3.1.jar ...