[GRASS-SVN] r30568 - grass-web/trunk/platforms/macgrass

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 15 09:53:49 EDT 2008


Author: smitch
Date: 2008-03-15 09:53:48 -0400 (Sat, 15 Mar 2008)
New Revision: 30568

Modified:
   grass-web/trunk/platforms/macgrass/giflib.php
Log:
fixed giflib link

Modified: grass-web/trunk/platforms/macgrass/giflib.php
===================================================================
--- grass-web/trunk/platforms/macgrass/giflib.php	2008-03-15 04:56:18 UTC (rev 30567)
+++ grass-web/trunk/platforms/macgrass/giflib.php	2008-03-15 13:53:48 UTC (rev 30568)
@@ -15,35 +15,34 @@
 <hr width="100%" noshade="noshade" size="3">
 <h1>GRASS GIS on Mac OS X</h1>
 <h2>giflib/libungif</h2>
-<p><i>Last change: 2005/7/18</i></p>
 <hr width="100%" noshade="noshade" size="3">
 </center>
 
 <?php include("macgrass_menu.inc"); ?>
 
 <p><b>giflib/libungif version:</b> 4.1.3<br>
-<a href="http://sourceforge.net/projects/libungif/">giflib/libungif</a></p>
+<a href="http://sourceforge.net/projects/giflib/">giflib/libungif</a></p>
 
 <p>You have a couple choices.  giflib is the simplest, and you can create true compressed GIFs now.  Since the UniSys LZW patent has expired it's a good choice, if you want to create true GIFs (not that GIF is such a good format ^_^).  If you're STILL worried about patents (apparently IBM has a patent on it in the US also that expires in 2006, tho they're probably a lot nicer about it), go for libungif.</p>
 
 <p>In a Terminal type:</p>
 
 <blockquote><code>$ cd <i>path_to_folder_containing_libungif_source.tar.gz</i><br>
-$ tar -zxf libungif-4.1.3.tar.gz<br>
+$ tar -zxf libungif-4.1.6.tar.gz<br>
 <i>or</i><br>
-$ tar -zxf giflib-4.1.3.tar.gz</code></blockquote>
+$ tar -zxf giflib-4.1.6.tar.gz</code></blockquote>
 
 <p>Then, if you're using libungif, a patch - everything I've seen so far looks for libgif, nothing falls back to libungif if it can't find libgif.  So we'll build this as libgif: in <code>lib/makefile.in</code> and <code>util/makefile.in</code>, replace all occurrences of <b>libungif.la</b> with <b>libgif.la</b>.  Then continue:</p>
 
-<blockquote><code>$ cd libungif-4.1.3<br>
+<blockquote><code>$ cd libungif-4.1.6<br>
 <i>or</i><br>
-$ cd giflib-4.1.3<br>
+$ cd giflib-4.1.6<br>
 $ ./configure --mandir=/usr/local/share/man<br>
 $ make<br>
 $ sudo make install</code></blockquote>
 
 <hr>
-<div align="right">&copy; 2003-2005 GRASS Development Team<br>
+<div align="right">&copy; 2003-2008 GRASS Development Team<br>
 <a href="/impressum.html">Imprint</a> |
 <a href="/contact.php">Comments</a> about this page<br>
 <i>Last change:



More information about the grass-commit mailing list