WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / RNAforester / g2-0.70 / perl / README.perl
diff --git a/binaries/src/ViennaRNA/RNAforester/g2-0.70/perl/README.perl b/binaries/src/ViennaRNA/RNAforester/g2-0.70/perl/README.perl
new file mode 100644 (file)
index 0000000..049a36e
--- /dev/null
@@ -0,0 +1,18 @@
+Howto build perl library
+
+perl Makefile.PL
+swig -perl5 -o g2_wrap.c -I../src -DDO_PS -DDO_GD ../src/g2.h
+"c:\Program Files\SWIG-1.3.13\swig" -perl5 -o g2_wrap.c -I../src -DDO_PS -DDO_GD -DDO_WIN32 ../src/g2.h
+nmake
+nmake install
+
+To make ActiveState PPD:
+
+tar cvf g2.tar blib
+gzip --best g2.tar
+nmake ppd
+copy tar.gz file into subdir x86
+You have to edit the resulting PPD file and add the location of the package archive into <CODEBASE HREF="x86/g2.tar.gz" />. The location is relative to the PPD file.
+To install do:
+ppm install g2.ppd
+