PTdecode/CImg-1.3.0/html/download.shtml

changeset 5
1204ebf9340d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/PTdecode/CImg-1.3.0/html/download.shtml	Mon Aug 03 14:09:20 2009 +0100
     1.3 @@ -0,0 +1,82 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 +        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 +<!--#include file="header.html" -->
     1.7 +
     1.8 +<table align="center" border="0" cellpadding="20" cellspacing="0" width="100%"><tbody><tr><td>
     1.9 +<font face="Arial,Helvetica" size="-1">
    1.10 +
    1.11 +<img src="img/item_download.gif" alt="Download">
    1.12 +<p>
    1.13 +<b>Prerequisites</b> :
    1.14 +  There are no strict prerequisites for installing and using the CImg Library. Anyway, we recommend
    1.15 +  you install one of the binary release of the
    1.16 +  <a href="http://www.imagemagick.org/script/binary-releases.php"><i>ImageMagick package</i></a>
    1.17 +  on your system. It is the easiest way (although not the only one) to help CImg loading/saving compressed image formats,
    1.18 +  such as JPEG, PNG, GIF, etc...<br/><br/>
    1.19 +  You have different ways to get the CImg library :
    1.20 +
    1.21 +<table align="left" border="0" width="100%" cellspacing="20">
    1.22 +<tr><td><a href="http://sourceforge.net/project/showfiles.php?group_id=96492&package_id=103094">
    1.23 +<img src="img/item_standard_package.jpg" border="0" alt="Standard Package"
    1.24 +     onmouseover="this.src='img/item_standard_package2.jpg';"
    1.25 +     onmouseout="this.src='img/item_standard_package.jpg';" /></a></td>
    1.26 +<td><hr noshade="noshade" size="1" width="100%"></hr>
    1.27 +     The CImg library is provided as
    1.28 +     <a href="http://sourceforge.net/project/showfiles.php?group_id=96492&package_id=103094">
    1.29 +     <i>.zip</i> or
    1.30 +      <i>.tar.gz packages</i></a>
    1.31 +      which are <b>plateform-independent</b>.
    1.32 +     They contain all the needed library files, as well as various examples illustrating
    1.33 +     the use of the library functions and classes.<br/>
    1.34 +</td></tr>
    1.35 +<tr><td><a href="http://cimg.sourceforge.net/cimg-dev.deb">
    1.36 +<img src="img/item_debian_package.jpg" border="0" alt="Debian Package"
    1.37 +     onmouseover="this.src='img/item_debian_package2.jpg';"
    1.38 +     onmouseout="this.src='img/item_debian_package.jpg';" /></a></td>
    1.39 +<td><hr noshade="noshade" size="1" width="100%"></hr>
    1.40 +     A <a href="http://cimg.sourceforge.net/cimg-dev.deb">
    1.41 +     <i>.deb</i> package file</a>
    1.42 +      is available for <b>Debian-based Unix distributions</b>
    1.43 +     (including the well known Ubuntu distro).
    1.44 +     Copy/Paste the lines below for a quick installation of the latest version of the CImg library
    1.45 +     under such systems (superuser privileges required) : <br/><br/>
    1.46 +     <table cellpadding="10" cellspacing="0" border="0" bgcolor="#EEEEFF"><tr><td>
    1.47 +     <font size="-1"><i>wget http://cimg.sourceforge.net/cimg-dev.deb<br/>
    1.48 +     dpkg -i cimg-dev.deb</i></font>
    1.49 +     </td></tr></table>
    1.50 +</td></tr>
    1.51 +<tr><td><a href="http://prdownloads.sourceforge.net/cimg/CImg_demo_exe.zip?download">
    1.52 +<img src="img/item_precompiled.jpg" border="0" alt="Pre-compiled Binaries"
    1.53 +     onmouseover="this.src='img/item_precompiled2.jpg';"
    1.54 +     onmouseout="this.src='img/item_precompiled.jpg';" /></a></td>
    1.55 +<td><hr noshade="noshade" size="1" width="100%"></hr>
    1.56 +     Pre-compiled binaries of the main library demo file are available for <i>Windows</i>, <i>Linux</i> and <i>MacOSX</i>.
    1.57 +     <a href="http://prdownloads.sourceforge.net/cimg/CImg_demo_exe.zip?download">
    1.58 +     Download this archive</a> if you want a quick overview of what the CImg Library can do.<br/>
    1.59 +     <i>Note that this archive <b>does not contain any sources !</b>
    1.60 +     If you want to be able to compile your own programs, download the standard package instead.</i>
    1.61 +</td></tr>
    1.62 +<tr><td><a href="http://cimg.cvs.sourceforge.net/cimg/CImg/">
    1.63 +<img src="img/item_sources.jpg" border="0" alt="Sources Repository"
    1.64 +     onmouseover="this.src='img/item_sources2.jpg';"
    1.65 +     onmouseout="this.src='img/item_sources.jpg';" /></a></td>
    1.66 +<td><hr noshade="noshade" size="1" width="100%"></hr>
    1.67 +     You may be also more adventurous and use CVS.
    1.68 +     This ensures you will get the latest code available, and will ease the
    1.69 +     updates as well (knowing the tool 'cvs' is needed indeed). To do this, just
    1.70 +     type the commands : <br><br>
    1.71 +     <table cellpadding="10" cellspacing="0" border="0" bgcolor="#EEEEFF"><tr><td>
    1.72 +     <font size="-1"><i>
    1.73 +     export CVS_RSH=ssh<br/>
    1.74 +     cvs -d:pserver:anonymous@cimg.cvs.sourceforge.net:/cvsroot/cimg co CImg
    1.75 +     </i></font>
    1.76 +     </td></tr></table>
    1.77 +     <br>in your favorite console. Nevertheless, you have to know that some code in the CVS version
    1.78 +         may be experimental, so always test the latest stable archive before complaining !
    1.79 +</td></tr>
    1.80 +</table>
    1.81 +</p>
    1.82 +
    1.83 +</font></td></tr></tbody></table>
    1.84 +
    1.85 +<!--#include file="footer.html" -->