File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,17 +38,19 @@ ant run
3838About PLAST binary
3939------------------
4040
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:
41+ Inria/Genscale Team provide PLAST binaries for "older" Linux and MacOSX systems to enable
42+ its use more easily on a larger number of OSX and Linux flavours:
4343
4444+ MacOSX PLAST binary: created on OS 10.7.5 (gcc 4.2)
4545
4646+ Linux PLAST binary: created on CentOS 6.3 (gcc 4.2.1 ; kernel 2.6.32-279.el6.x86_64 ;
4747 GLIBCXX_3.4.13 ; libstdc++.so.6)
4848
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.
49+ + Windows PLAST binary: created on Windows 7.1 Pro 64bits (MinGW-64/gcc 5.2)
50+
51+ Provided PLAST binaries should work on more recent releases of these OS. However,
52+ depending on your system, the provided binaries may not work. In such a case, please
53+ download source code and compile it on your system.
5254
5355Compiling PLAST: http://plast.gforge.inria.fr/docs/cpp/index.html#compile_plast
5456
Original file line number Diff line number Diff line change 121121 <copy file =" .classpath" todir =" ${ pack.dir } " /><!-- Eclipse file -->
122122 <copy file =" .project" todir =" ${ pack.dir } " /><!-- Eclipse file -->
123123 <zip destfile =" ${ basedir } /plast-java.zip" basedir =" ${ pack.dir } /.." />
124+ <tar destfile =" ${ basedir } /plast-java.tar" basedir =" ${ pack.dir } /.." />
125+ <gzip destfile =" ${ basedir } /plast-java.tar.gz" src =" ${ basedir } /plast-java.tar" />
124126 </target >
125127
126128 <!-- display some help -->
Original file line number Diff line number Diff line change 1- Inria/Genscale Team provide PLAST binaries for "older" systems to enable its use more easily:
1+ Inria/Genscale Team provide PLAST binaries for "older" Linux and MacOSX systems to enable
2+ its use more easily:
23
3- MacOSX library created on OS 10.7.5 (gcc 4.2)
4+ + MacOSX library created on OS 10.7.5 (gcc 4.2)
45
5- Linux library created on CentOS release 6.3 (gcc 4.2.1 ; kernel 2.6.32-279.el6.x86_64 ; GLIBCXX_3.4.13 ; libstdc++.so.6)
6+ + Linux library created on CentOS release 6.3 (gcc 4.2.1 ; kernel 2.6.32-279.el6.x86_64 ;
7+ GLIBCXX_3.4.13 ; libstdc++.so.6)
68
9+ On windows, PLAST binary is produced for recent 64bit releases:
10+
11+ Windows: created on Windows 7.1 64bits, MinGW-64/gcc 5.2
12+
You can’t perform that action at this time.
0 commit comments