Skip to content

Commit 55cb1a3

Browse files
add documentation to illustrate the use of Ant with this project
1 parent 99517c4 commit 55cb1a3

1 file changed

Lines changed: 20 additions & 3 deletions

File tree

README

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,29 @@ Requirements
2626
2. Apache Ant 1.9.1 or above.
2727

2828

29+
Testing software
30+
----------------
31+
32+
This project is self contained, so you can easily test it on the command-line. Using a
33+
terminal, type in the following commands:
34+
ant cmp
35+
ant run
36+
37+
2938
About PLAST binary
3039
------------------
3140

32-
This project provides pre-compiled binaries of PLAST. Depending on your OS, the provided
33-
binaries may not work. In such a case, please download source code and compile it on your
34-
system.
41+
Inria/Genscale Team provide PLAST binaries for "older" systems to enable its use more
42+
easily on a larger number of OSX and Linux flavours:
43+
44+
+ MacOSX PLAST binary: created on OS 10.7.5 (gcc 4.2)
45+
46+
+ Linux PLAST binary: created on CentOS 6.3 (gcc 4.2.1 ; kernel 2.6.32-279.el6.x86_64 ;
47+
GLIBCXX_3.4.13 ; libstdc++.so.6)
48+
49+
Provided PLAST binaries should work on more recent releases of Linux and OSX. However,
50+
depending on your OS, the provided binaries may not work. In such a case, please download
51+
source code and compile it on your system.
3552

3653
Compiling PLAST: http://plast.gforge.inria.fr/docs/cpp/index.html#compile_plast
3754

0 commit comments

Comments
 (0)