.ig >>
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
-->
</STYLE>
<title>ploticus: download software and documentation</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550 ><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>Download software and documentation</h2></td>
  <td align=right>
  <small>
  <a href="../doc/Welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  <a href="../doc/Welcome.html">Welcome</a> &nbsp; &nbsp;
  <a href="../gallery/index.html">Gallery</a> &nbsp; &nbsp;
  <a href="../doc/Contents.html">Handbook</a> 
  <td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>

.TH Download_software_and_documentation PL "18-MAR-2002   PL ploticus.sourceforge.net"

.ig >>
<a href="../doc/Problems.html">Correspondence</a>: scg@jax.org
<br>
<a href="../doc/Versions.html">Release notes - What's New</a>
<br>
<a href="http://ploticus.sourceforge.net/doc/Download.html">Sourceforge ploticus site</a> &nbsp; &nbsp;
<br>
<a href="http://gd.tuwien.ac.at/visual/ploticus/doc/Download.html">Central Europe mirror site</a>
<br>
<br>
<br>
<h2>Source Code</h2>
C source code.  Available as a tar gzip file, or as a win32 zip file.
Requires an ansi compliant C compiler such as <b>gcc</b>.
Includes everything needed to produce graphs in pseudo-GIF, SVG, PostScript or X11.
If you want PNG, you will need 
<a href="http://www.libpng.org/pub/png/libpng.html">libpng</a> and
<a href="http://www.gzip.org/zlib">zlib</a>.
If you want JPEG, WBMP, or FreeType2, you will also need 
<a href="http://www.boutell.com/gd">GD 1.84+</a>,
<a href="http://www.ijg.org">libjpeg</a>, and/or
<a href="http://www.freetype.org">libfreetype</a>.
Please be sure you have read, and agree with, the
<a href="../doc/Copyright.html">copyright and permissions notice</a>
that goes with the software.  
Instructions: 
<ul>
<li> Download the file; then unpack using gunzip+tar, or unzip
<li> Download any <a href="../doc/Versions.html">late fixes</a> if desired, and move the
resulting files into the src directory.
<li> Review the Makefile and follow the simple 3-step install procedure.
<li> See the <a href="../doc/Problems.html">Troubleshooting & bug reports page</a> for additional info.
</ul>
<b>Download source code:</b>
<font size=+1>
<li> Ploticus 2.03 <a href="../download/plsrc203.tar.gz">plsrc203.tar.gz</a> (750 kB).
<li> Ploticus 2.03 <a href="../download/plsrc203win32.zip">plsrc203win32.zip</a> for win32 (850 kB).
</font>
<br>
These include source code, docs (html and roff), prefabs, and pltestsuite.
For complete docs that include gallery images, download the complete node, below. 
<br>
<br>
<br>
<br>
<h2>Platform-Specific Info & Pre-compiled Binaries</h2>
My 'home' system is Solaris.  I also did the linux and Win32 mingW ports.
All other binaries are provided by the person who did the port (thanks!).
If you succeed in porting ploticus to a yet-unsupported platform,
and are willing to make the binaries available from your own site,
please contact me and I will link to you from here.
Please be sure you have read, and agree with, the
<a href="../doc/Copyright.html">copyright and permissions notice</a>
that goes with the software.  
After downloading,
see the <a href="../doc/Problems.html">Troubleshooting & bug reports page</a>
for additional info.
<br>
<br>
</ul>
<b>Solaris 2.x (Sparc)</b>
<li> Ploticus 2.03 <a href="../download/plbin203sol2.tar.gz">plbin203sol2.tar.gz</a> (950 kB).
   &nbsp;
   PNG, SVG, SVGZ, PostScript, X11. 
   Includes pl binary, docs (html & roff, but no images), prefabs, and pltestsuite.
   Uses static libs (libz and libpng).
<br>
<br>
<b>Linux</b>
<li> Ploticus 2.03 <a href="../download/plbin203.linux.tar.gz">plbin203.linux.tar.gz</a> (1100 kB).
   &nbsp;
   PNG, SVG, SVGZ, PostScript, X11.  No pseudo-GIF.
   Includes pl binary, source code, docs (html & roff, but no images), prefabs, and pltestsuite.
   Compiled on x86 debian system; uses dynamic libs (libz and libpng).
<li> RPM packages ported by Peter Hanecak (hanecak@megaloman.com)
   <a href="http://www.megaloman.com/~hany/RPM/ploticus.html">Available here</a>.
<li> A user reported that <tt>Xlib.h</tt> wasn't found on his Mandrake 8.0 system,
and that he solved the problem by getting & installing the XFree86-devel package.
<br>
<br>
<b>win32</b> 
<li> Ploticus 2.03 &nbsp; <a href="../download/plsrc203win32.zip">plsrc203win32.zip</a> (850 kB)
<br>
This is a native win32 console application built using 
mingW.  No DLLs required.  GIF, SVG and PostScript only, no X11 support for interactive use.  
Includes PL.EXE, docs (html), prefab examples, pltestsuite, and source code.
See also <a href="../doc/nonunix.html">notes for non-unix platforms</a>.
<br>
<br>
<b>Windows/NT with <a href="http://sourceware.cygnus.com/cygwin/">Cygwin</a></b>, 
ported by Markus Hoenicka (Markus.Hoenicka@uth.tmc.edu)
<li> <a href="http://members.tripod.com/~mhoenicka/ploticus.html">Available here</a>.
See also <a href="../doc/nonunix.html">notes for non-unix platforms</a>.
<br>
<br>
<b>AIX 4.3.4</b>, 
ported by Michael Katsilis (mkatsili@socs.uts.edu.au) (without PNG support)
<li> <a href="http://users.bigpond.com/mkstreetdog/html/apps/plbin141.aix434.tar.gz">Available here</a> 
<br>
<br>
<b>HP-UX</b>, ported by Stephanie Nile (stephie@connect.org.uk) 
<li> <a href="http://hpux.connect.org.uk/hppd/cgi-bin/search?term=ploticus&package=on">Available here</a>
<br>
<br>
<b>HP e3000 MPE/iX</b>, ported by Andreas Schmidt (andreas@hillschmidt.de)
<li> <a href="http://www.hillschmidt.de/ploticus/">Available here</a>
<br>
<br>
<b>Windows/NT with DJGPP</b>.  
See <a href="../doc/nonunix.html">notes for non-unix platforms</a>.
<br>
<br>
<b>Digital Unix 4.0</b>.  I received a report that ploticus compiles
on this platform.  Here are some <a href="../download/digital40.txt">notes</a>.
<br>
<br>
<br>
<br>
<h2>Accessories</h2>
<li> <a href="../download/nicehatching.tar.gz">nicehatching.tar.gz</a> A patch
contributed by Scott McPeak that implements additional crosshatch patterns 
(diagonal) for shading bar graphs.  Includes a general purpose vector package.
<br><br>
<li> <a href="../download/ploticus.perl">ploticus.perl</a> A perl script which
imlements a web interface to ploticus, by Tom McClure.  Questions regarding this
should be addressed to Tom.
<br>
<br>
<br>
<br>
<h2>Complete documentation and examples</h2>
This includes the complete documentation in html and roff man formats,
gallery of examples, all thumbnails.
Source code should be acquired separately.
It is basically equivalent to the web site.
You can serve it up with a web server, or access it on your hard disk
using a URL beginning with  file://  instead of  http://.
<br>
Download the complete node: <a href="../download/plnode203.tar.gz">plnode203.tar.gz</a>  (1760 kB)
<br>
<br>
.>>

.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/Welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
.>>
.ig >>
<center><img src="http://aretha.jax.org/pub-cgi/phenome/hello" border=0></center>
.>>

