Skip to content

Commit 038e626

Browse files
add Windows binary and update doc accordingly
1 parent 55cb1a3 commit 038e626

4 files changed

Lines changed: 18 additions & 8 deletions

File tree

README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,19 @@ ant run
3838
About 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

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

build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
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 -->

native/PlastLibrary.dll

2.3 MB
Binary file not shown.

native/README

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+

0 commit comments

Comments
 (0)