Download
From The P-Lingua Website
(Difference between revisions)
Line 5: | Line 5: | ||
== [[Command-line compiler tool]] == | == [[Command-line compiler tool]] == | ||
- | # a | + | # Download the [http://www.p-lingua.org/plinguacore/plinguacore.jar plinguacore Jar file] to a directory in your hard disk. |
- | # | + | # For Linux users, download this [http://www.p-lingua.org/plinguacore/plingua script file] to the same directory. |
+ | ## Give executable permisions to the script file: $ chmod a+x plingua | ||
+ | ## Execute the script with the compiler parameters: $ ./plingua -input file -output file | ||
Revision as of 21:50, 6 December 2009
pLinguaCore
- source code
- Jar file with all dependencies included
Command-line compiler tool
- Download the plinguacore Jar file to a directory in your hard disk.
- For Linux users, download this script file to the same directory.
- Give executable permisions to the script file: $ chmod a+x plingua
- Execute the script with the compiler parameters: $ ./plingua -input file -output file