Download

From The P-Lingua Website

(Difference between revisions)
Jump to: navigation, search
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.
-
# b
+
# 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

Command-line compiler tool

  1. Download the plinguacore Jar file to a directory in your hard disk.
  2. For Linux users, download this script file to the same directory.
    1. Give executable permisions to the script file: $ chmod a+x plingua
    2. Execute the script with the compiler parameters: $ ./plingua -input file -output file


pLinguaPlugin

Personal tools