The next points are some instructions to install and test the P-Lingua compiler under Linux or Windows.
user@machine:~$ java -version
Information about your JVM must be shown:
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Server VM (build 10.0-b22, mixed mode)
If the JVM is not installed, please, follow the instructions at
the official web page of Java to download it .
For instance: under Linux:
user@machine:~$ tar xvf "commad-lne-tools.tar.gz"
user@machine:~$ cd "bin"
Under Linux:
user@machine:~$ ./plingua sat.pli -xml sat.xml -v 5
Under Windows:
plingua -xml sat.xml -v 5