[GRASS5] [bug #748] (grass) horrible instructions

this bug's URL: http://intevation.de/rt/webrt?serial_num=748
-------------------------------------------------------------------------

--=====================_3001670==_
Content-Type: text/plain; charset="us-ascii"; format=flowed

at ftp://grass.baylor.edu/pub/grass/grass5/binary/linux/ is a file
titled REQUIREMENTS.html. This file is a mess. Attached is a revised
version that is more legible and which has live links.

Dave Stevens

--=====================_3001670==_
Content-Type: text/html; charset="us-ascii"
Content-Disposition: attachment; filename="grass.html"

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.74 [en] (Win98; U) [Netscape]">
   <title>REQUIREMENTS to compile GRASS GIS</title>
</head>
<body>
REQUIREMENTS to compile GRASS GIS
<br>&nbsp;
<br>&nbsp;
<p>A workstation running some flavor of unix like Solaris, Irix,
<p>Linux, BSD, Mac OS X, CygWindows.&nbsp; Ideally, you should have at
<p>least 500 Mb for data and 32 Mb RAM. The source code package needs
<p>around 100MB uncompressed. The resulting binaries may need between
<p>80MB and 180MB depending on your platform.
<br>&nbsp;
<br>&nbsp;
<p>General requirements:
<p>(most tools are standard tools on Linux, for other platforms you
<p>&nbsp;may have to install some of them.)
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- C-compiler (cc, gcc, egcs, ...)
<p>&nbsp;&nbsp;&nbsp; gcc: <a href="http://www.gnu.org/software/gcc/gcc.html&quot;&gt;http://www.gnu.org/software/gcc/gcc.html&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- Fortran compiler (f77, g77, ...) for a few modules
<p>&nbsp;&nbsp;&nbsp; g77: coming along with gcc
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- GNU make is recommended
<p>&nbsp;&nbsp;&nbsp; <a href="http://www.gnu.org/software/make/make.html&quot;&gt;http://www.gnu.org/software/make/make.html&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- zlib compression library (already installed on modern systems)
<p>&nbsp;&nbsp; It is used to compress GRASS raster files:
<p>&nbsp;&nbsp;&nbsp; libz: <a href="http://www.info-zip.org/pub/infozip/zlib/&quot;&gt;http://www.info-zip.org/pub/infozip/zlib/&lt;/a&gt;
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="ftp://ftp.freesoftware.com/pub/infozip/zlib/&quot;&gt;ftp://ftp.freesoftware.com/pub/infozip/zlib/&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- lexical analyzer generator (flex),
<p>&nbsp;&nbsp; (lex is no longer supported, please use flex instead)
<p>&nbsp;&nbsp;&nbsp; flex: <a href="http://www.gnu.org/software/flex/flex.html&quot;&gt;http://www.gnu.org/software/flex/flex.html&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- parser generator (yacc, bison)
<p>&nbsp;&nbsp;&nbsp; bison: <a href="http://www.gnu.org/software/bison/bison.html&quot;&gt;http://www.gnu.org/software/bison/bison.html&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- libncurses4.x/5.x
<p>&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.gnu.org/software/ncurses/ncurses.html&quot;&gt;http://www.gnu.org/software/ncurses/ncurses.html&lt;/a&gt;
<p>&nbsp;&nbsp;&nbsp;&nbsp; <a href="ftp://ftp.gnu.org/pub/gnu/ncurses/&quot;&gt;ftp://ftp.gnu.org/pub/gnu/ncurses/&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- X11 window system for graphical output, development libraries
<p>&nbsp;&nbsp; (X development libraries, in some linux distributions
<p>&nbsp;&nbsp;&nbsp; they are separate packages)
<p>&nbsp;&nbsp;<a href="http://www.xfree.org">&nbsp;&nbsp; http://www.xfree.org</a><a href="http://www.xfree.org"></a>
<p>&nbsp;
<p>Optional requirements:
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- Tcl/Tk 8.x libraries to use TclTkGRASS Interface
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and to compile src.contrib/GMSL/NVIZ2.2/
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; see [<a href="http://www.geog.uni-hannover.de/grass/main_tclgrass.html&quot;&gt;http://www.geog.uni-hannover.de/grass/main_tclgrass.html&lt;/a&gt;\]
<p>&nbsp;- Mesa-3.x (openGL clone) required for NVIZ2.2
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://mesa3d.sourceforge.net/&quot;&gt;http://mesa3d.sourceforge.net/&lt;/a&gt;\]
<p>&nbsp;&nbsp;&nbsp;&nbsp; Compile instructions:
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.geog.uni-hannover.de/grass/grass5/related/README.mesa3d&quot;&gt;http://www.geog.uni-hannover.de/grass/grass5/related/README.mesa3d&lt;/a&gt;\]
<p>&nbsp;- libpng (for r.in.png, r.out.png), usually already installed.
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="ftp://ftp.cdrom.com/pub/png/&quot;&gt;ftp://ftp.cdrom.com/pub/png/&lt;/a&gt;\]
<p>&nbsp;- libjpeg (for r.in.tiff, r.out.tiff, for HDF library),
<p>&nbsp;&nbsp; usually already installed.
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="ftp://ftp.uu.net/graphics/jpeg/&quot;&gt;ftp://ftp.uu.net/graphics/jpeg/&lt;/a&gt;\]
<p>&nbsp;- libtiff (for r.in.tiff, r.out.tiff), usually already installed.
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.libtiff.org">http://www.libtiff.org</a>]
<p>&nbsp;- netpbm-tools/libraries (for r.in.png/r.out.png), usually already
installed.
<p>&nbsp;&nbsp;&nbsp;&nbsp; [please look at any decent software mirror
near you!]
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM&quot;&gt;http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM&lt;/a&gt;\]
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.sourceforge.net/projects/netpbm/&quot;&gt;http://www.sourceforge.net/projects/netpbm/&lt;/a&gt;\]
<p>&nbsp;
<p>&nbsp;- libg2c (for r.fill.dir, or use g77)
<p>&nbsp;&nbsp;&nbsp;&nbsp; [http://?]
<p>&nbsp;
<p>&nbsp;- PostgreSQL libraries (for the PostgreSQL database interface)
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.postgresql.org">http://www.postgresql.org</a>]
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- Unix ODBC (for the ODBC database interface)
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.unixodbc.org">http://www.unixodbc.org</a>]
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- R language (for the R language interface)
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://cran.r-project.org">http://cran.r-project.org</a>]
<p>&nbsp;
<p>&nbsp;- usually not required (as you will use NVIZ)
<p>&nbsp;&nbsp;&nbsp;&nbsp; Motif or Lesstif libraries required for
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; src.contrib/GMSL/ogl3d
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.lesstif.org">http://www.lesstif.org</a>]
<br>&nbsp;
<br>&nbsp;
<p>&nbsp;- r.in.gdal requires GDAL - Geospatial Data Abstraction Library
<p>&nbsp;&nbsp;&nbsp;&nbsp; [<a href="http://www.remotesensing.org/gdal/&quot;&gt;http://www.remotesensing.org/gdal/&lt;/a&gt;\]
<br>&nbsp;
<br>&nbsp;
<p>Note:
<p>&nbsp;SUN users may go here to download precompiled libraries etc.:
<p>&nbsp;&nbsp; <a href="http://www.sunfreeware.com/&quot;&gt;http://www.sunfreeware.com/&lt;/a&gt;
<p>&nbsp;
<p>&nbsp;SGI users may go here to download precompiled libraries etc.:
<p>&nbsp;&nbsp; <a href="http://freeware.sgi.com/&quot;&gt;http://freeware.sgi.com/&lt;/a&gt;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;
<p>GRASS Development Team 2001
<p>grass@baylor.edu
<br>&nbsp;
<br>&nbsp;
<p>$Id: REQUIREMENTS,v 1.10.2.1 2001/04/18 10:46:30 markus Exp $
<br>&nbsp;
<br>&nbsp;
</body>
</html>

--=====================_3001670==_--

--- Headers Follow ---

From dstevens@bulkley.net Thu Jun 7 20:20:54 2001

Return-Path: <dstevens@bulkley.net>
Delivered-To: grass-bugs@mailman.intevation.de
Received: from omecihuatl.rz.uni-osnabrueck.de (omecihuatl.rz.Uni-Osnabrueck.DE [131.173.17.35])
  by mailman.intevation.de (Postfix) with ESMTP id D9965139CE
  for <grass-bugs@intevation.de>; Thu, 7 Jun 2001 20:20:53 +0200 (CEST)
Received: from bulkley.net (smtp-1.vancouver.ipapp.com [216.152.192.207])
  by omecihuatl.rz.uni-osnabrueck.de (8.11.1/8.11.1) with SMTP id f57IJi126935
  for <grass-bugs@intevation.de>; Thu, 7 Jun 2001 20:19:44 +0200
Received: from library.bulkley.net ([142.28.185.168]) by smtp.vphos.net ; Thu, 07 Jun 2001 11:19:29 -0700
Message-Id: <5.0.2.1.0.20010607111743.009e9d90@mail.bulkley.net>
X-Sender: dstevens@mail.bulkley.net
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
Date: Thu, 07 Jun 2001 11:20:17 -0700
To: grass-bugs@intevation.de
From: Dave Stevens <dstevens@bulkley.net>
Subject: horrible instructions
Mime-Version: 1.0
Content-Type: multipart/mixed;
  boundary="=====================_3001670==_"

-------------------------------------------- Managed by Request Tracker