Details Ticket 748


Comment | Reply | Take | Open


Serial Number 748
Subject horrible instructions
Area none
Queue grass
Requestors dstevens@bulkley.net
Owner none
Status resolved
Last User Contact Tue Jun 12 19:15:32 2001 (7 yr ago)
Current Priority 30
Final Priority 70
Due No date assigned
Last Action Tue Jun 12 19:20:23 2001 (7 yr ago)
Created Thu Jun 7 20:20:54 2001 (7 yr ago)

Transaction History Ticket 748


Thu, Jun 7 2001 20:20:54    Request created by dstevens@bulkley.net  
Return-Path <dstevens@bulkley.net>
Delivered-To grass-bugs@mailman.intevation.de
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==_"
--=====================_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> 
<br> 
<p>A workstation running some flavor of unix like Solaris, Irix,
<p>Linux, BSD, Mac OS X, CygWindows.  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> 
<br> 
<p>General requirements:
<p>(most tools are standard tools on Linux, for other platforms you
<p> may have to install some of them.)
<br> 
<br> 
<p> - C-compiler (cc, gcc, egcs, ...)
<p>    gcc: <a href="http://www.gnu.org/software/gcc/gcc.html">http://www.gnu.org/sof
tware/gcc/gcc.html</a>
<br> 
<br> 
<p> - Fortran compiler (f77, g77, ...) for a few modules
<p>    g77: coming along with gcc
<br> 
<br> 
<p> - GNU make is recommended
<p>    <a href="http://www.gnu.org/software/make/make.html">http://www.gnu.org/softwa
re/make/make.html</a>
<br> 
<br> 
<p> - zlib compression library (already installed on modern systems)
<p>   It is used to compress GRASS raster files:
<p>    libz: <a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zip.
org/pub/infozip/zlib/</a>
<p>          <a href="ftp://ftp.freesoftware.com/pub/in
fozip/zlib/">ftp://ftp.freesoftware.com/pub/infozip/zlib/</a>
<br> 
<br> 
<p> - lexical analyzer generator (flex),
<p>   (lex is no longer supported, please use flex instead)
<p>    flex: <a href="http://www.gnu.org/software/flex/flex.html">http://www.gnu.org/
software/flex/flex.html</a>
<br> 
<br> 
<p> - parser generator (yacc, bison)
<p>    bison: <a href="http://www.gnu.org/software/bison/bison.html">http://www.gnu.o
rg/software/bison/bison.html</a>
<br> 
<br> 
<p> - libncurses4.x/5.x
<p>     <a href="http://www.gnu.org/software/ncurses/ncurses.html">http://www.gn
u.org/software/ncurses/ncurses.html</a>
<p>     <a href="ftp://ftp.gnu.org/pub/gnu/ncurses/">ftp://ftp.gnu.org/pub/gnu/n
curses/</a>
<br> 
<br> 
<p> - X11 window system for graphical output, development libraries
<p>   (X development libraries, in some linux distributions
<p>    they are separate packages)
<p>  <a href="http://www.xfree.org">   http://www.xfree.org</a><a
href="http://www.xfree.org"></a>
<p> 
<p>Optional requirements:
<br> 
<br> 
<p> - Tcl/Tk 8.x libraries to use TclTkGRASS Interface
<p>      and to compile src.contrib/GMSL/NVIZ2.2/
<p>      see [<a href="http://www.geog.uni-hannover.de/grass/main_tclgrass.
html">http://www.geog.uni-hannover.de/grass/main_tclgrass.html</a>]
<p> - Mesa-3.x (openGL clone) required for NVIZ2.2
<p>     [<a href="http://mesa3d.sourceforge.net/">http://mesa3d.sourceforge.net/
</a>]
<p>     Compile instructions:
<p>     [<a href="http://www.geog.uni-hannover.de/grass/grass5/related/README.me
sa3d">http://www.geog.uni-hannover.de/grass/grass5/related/README.mesa3d</a>]
<p> - libpng (for r.in.png, r.out.png), usually already installed.
<p>     [<a href="ftp://ftp.cdrom.com/pub/png/">ftp://ftp.cdrom.com/pub/png/</a>
]
<p> - libjpeg (for r.in.tiff, r.out.tiff, for HDF library),
<p>   usually already installed.
<p>     [<a href="ftp://ftp.uu.net/graphics/jpeg/">ftp://ftp.uu.net/graphics/jpe
g/</a>]
<p> - libtiff (for r.in.tiff, r.out.tiff), usually already installed.
<p>     [<a href="http://www.libtiff.org">http://www.libtiff.org</a>]
<p> - netpbm-tools/libraries (for r.in.png/r.out.png), usually already
installed.
<p>     [please look at any decent software mirror
near you!]
<p>     [<a href="http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM">
http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM</a>]
<p>     [<a href="http://www.sourceforge.net/projects/netpbm/">http://www.source
forge.net/projects/netpbm/</a>]
<p> 
<p> - libg2c (for r.fill.dir, or use g77)
<p>     [http://?]
<p> 
<p> - PostgreSQL libraries (for the PostgreSQL database interface)
<p>     [<a href="http://www.postgresql.org">http://www.postgresql.org</a>]
<br> 
<br> 
<p> - Unix ODBC (for the ODBC database interface)
<p>     [<a href="http://www.unixodbc.org">http://www.unixodbc.org</a>]
<br> 
<br> 
<p> - R language (for the R language interface)
<p>     [<a href="http://cran.r-project.org">http://cran.r-project.org</a>]
<p> 
<p> - usually not required (as you will use NVIZ)
<p>     Motif or Lesstif libraries required for
<p>          src.contrib/GMSL/ogl3d
<p>     [<a href="http://www.lesstif.org">http://www.lesstif.org</a>]
<br> 
<br> 
<p> - r.in.gdal requires GDAL - Geospatial Data Abstraction Library
<p>     [<a href="http://www.remotesensing.org/gdal/">http://www.remotesensing.o
rg/gdal/</a>]
<br> 
<br> 
<p>Note:
<p> SUN users may go here to download precompiled libraries etc.:
<p>   <a href="http://www.sunfreeware.com/">http://www.sunfreeware.com/</a>
<p> 
<p> SGI users may go here to download precompiled libraries etc.:
<p>   <a href="http://freeware.sgi.com/">http://freeware.sgi.com/</a>
<br> 
<br> 
<br> 
<br> 
<p>GRASS Development Team 2001
<p>grass@baylor.edu
<br> 
<br> 
<p>$Id: REQUIREMENTS,v 1.10.2.1 2001/04/18 10:46:30 markus Exp $
<br> 
<br> 
</body>
</html>

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


Tue, Jun 12 2001 19:15:32    Mail sent by neteler@geog.uni-hannover.de  
Return-Path <neteler@geog.uni-hannover.de>
Delivered-To grass-bugs@mailman.intevation.de
Date Tue, 12 Jun 2001 18:46:57 +0100
From Markus Neteler <neteler@geog.uni-hannover.de>
To Request Tracker <grass-bugs@intevation.de>
Cc grass5@geog.uni-hannover.de
Subject Re: [GRASS5] [bug #748] (grass) horrible instructions
Message-ID <20010612184657.A2967@hgeo02.geog.uni-hannover.de>
Mail-Followup-To Request Tracker <grass-bugs@intevation.de>, grass5@geog.uni-hannover.de
References <20010607182054.D03D4139F3@mailman.intevation.de>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.2.5i
In-Reply-To <20010607182054.D03D4139F3@mailman.intevation.de>; from grass-bugs@intevation.de on Thu, Jun 07, 2001 at 08:20:54PM +0200
Dave,

thanks for your updates. I have updated in CVS and on Hannover web site.

Markus

On Thu, Jun 07, 2001 at 08:20:54PM +0200, Request Tracker wrote:
> 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> 
> <br> 
> <p>A workstation running some flavor of unix like Solaris, Irix,
> <p>Linux, BSD, Mac OS X, CygWindows.  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> 
> <br> 
> <p>General requirements:
> <p>(most tools are standard tools on Linux, for other platforms you
> <p> may have to install some of them.)
> <br> 
> <br> 
> <p> - C-compiler (cc, gcc, egcs, ...)
> <p>    gcc: <a href="http://www.gnu.org/software/gcc/gcc.html">http://www.gnu.org/s
oftware/gcc/gcc.html</a>
> <br> 
> <br> 
> <p> - Fortran compiler (f77, g77, ...) for a few modules
> <p>    g77: coming along with gcc
> <br> 
> <br> 
> <p> - GNU make is recommended
> <p>    <a href="http://www.gnu.org/software/make/make.html">http://www.gnu.org/soft
ware/make/make.html</a>
> <br> 
> <br> 
> <p> - zlib compression library (already installed on modern systems)
> <p>   It is used to compress GRASS raster files:
> <p>    libz: <a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zi
p.org/pub/infozip/zlib/</a>
> <p>          <a href="ftp://ftp.freesoftware.com/pub/
infozip/zlib/">ftp://ftp.freesoftware.com/pub/infozip/zlib/</a>
> <br> 
> <br> 
> <p> - lexical analyzer generator (flex),
> <p>   (lex is no longer supported, please use flex instead)
> <p>    flex: <a href="http://www.gnu.org/software/flex/flex.html">http://www.gnu.or
g/software/flex/flex.html</a>
> <br> 
> <br> 
> <p> - parser generator (yacc, bison)
> <p>    bison: <a href="http://www.gnu.org/software/bison/bison.html">http://www.gnu
.org/software/bison/bison.html</a>
> <br> 
> <br> 
> <p> - libncurses4.x/5.x
> <p>     <a href="http://www.gnu.org/software/ncurses/ncurses.html">http://www.
gnu.org/software/ncurses/ncurses.html</a>
> <p>     <a href="ftp://ftp.gnu.org/pub/gnu/ncurses/">ftp://ftp.gnu.org/pub/gnu
/ncurses/</a>
> <br> 
> <br> 
> <p> - X11 window system for graphical output, development libraries
> <p>   (X development libraries, in some linux distributions
> <p>    they are separate packages)
> <p>  <a href="http://www.xfree.org">   http://www.xfree.org</a><a
href="http://www.xfree.org"></a>
> <p> 
> <p>Optional requirements:
> <br> 
> <br> 
> <p> - Tcl/Tk 8.x libraries to use TclTkGRASS Interface
> <p>      and to compile src.contrib/GMSL/NVIZ2.2/
> <p>      see [<a href="http://www.geog.uni-hannover.de/grass/main_tclgras
s.html">http://www.geog.uni-hannover.de/grass/main_tclgrass.html</a>]
> <p> - Mesa-3.x (openGL clone) required for NVIZ2.2
> <p>     [<a href="http://mesa3d.sourceforge.net/">http://mesa3d.sourceforge.ne
t/</a>]
> <p>     Compile instructions:
> <p>     [<a href="http://www.geog.uni-hannover.de/grass/grass5/related/README.
mesa3d">http://www.geog.uni-hannover.de/grass/grass5/related/README.mesa3d</a>]
> <p> - libpng (for r.in.png, r.out.png), usually already installed.
> <p>     [<a href="ftp://ftp.cdrom.com/pub/png/">ftp://ftp.cdrom.com/pub/png/</
a>]
> <p> - libjpeg (for r.in.tiff, r.out.tiff, for HDF library),
> <p>   usually already installed.
> <p>     [<a href="ftp://ftp.uu.net/graphics/jpeg/">ftp://ftp.uu.net/graphics/j
peg/</a>]
> <p> - libtiff (for r.in.tiff, r.out.tiff), usually already installed.
> <p>     [<a href="http://www.libtiff.org">http://www.libtiff.org</a>]
> <p> - netpbm-tools/libraries (for r.in.png/r.out.png), usually already
> installed.
> <p>     [please look at any decent software mirror
> near you!]
> <p>     [<a href="http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM
">http://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM</a>]
> <p>     [<a href="http://www.sourceforge.net/projects/netpbm/">http://www.sour
ceforge.net/projects/netpbm/</a>]
> <p> 
> <p> - libg2c (for r.fill.dir, or use g77)
> <p>     [http://?]
> <p> 
> <p> - PostgreSQL libraries (for the PostgreSQL database interface)
> <p>     [<a href="http://www.postgresql.org">http://www.postgresql.org</a>]
> <br> 
> <br> 
> <p> - Unix ODBC (for the ODBC database interface)
> <p>     [<a href="http://www.unixodbc.org">http://www.unixodbc.org</a>]
> <br> 
> <br> 
> <p> - R language (for the R language interface)
> <p>     [<a href="http://cran.r-project.org">http://cran.r-project.org</a>]
> <p> 
> <p> - usually not required (as you will use NVIZ)
> <p>     Motif or Lesstif libraries required for
> <p>          src.contrib/GMSL/ogl3d
> <p>     [<a href="http://www.lesstif.org">http://www.lesstif.org</a>]
> <br> 
> <br> 
> <p> - r.in.gdal requires GDAL - Geospatial Data Abstraction Library
> <p>     [<a href="http://www.remotesensing.org/gdal/">http://www.remotesensing
.org/gdal/</a>]
> <br> 
> <br> 
> <p>Note:
> <p> SUN users may go here to download precompiled libraries etc.:
> <p>   <a href="http://www.sunfreeware.com/">http://www.sunfreeware.com/</a>
> <p> 
> <p> SGI users may go here to download precompiled libraries etc.:
> <p>   <a href="http://freeware.sgi.com/">http://freeware.sgi.com/</a>
> <br> 
> <br> 
> <br> 
> <br> 
> <p>GRASS Development Team 2001
> <p>grass@baylor.edu
> <br> 
> <br> 
> <p>$Id: REQUIREMENTS,v 1.10.2.1 2001/04/18 10:46:30 markus Exp $
> <br> 
> <br> 
> </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
> _______________________________________________
> grass5 mailing list
> grass5@geog.uni-hannover.de
> http://www.geog.uni-hannover.de/mailman/listinfo/grass5

-- 
Markus Neteler *  University of Hannover
Institute of Physical Geography and Landscape Ecology
Schneiderberg 50 * D-30167 Hannover * Germany
Tel: ++49-(0)511-762-4494  Fax: -3984


Tue, Jun 12 2001 19:20:23    Status changed to resolved by mneteler  
Comment | Reply | Take | Open

You are currently authenticated as guest.
[Show Configuration] [Login as another user]

Users Guide - Mail Commands - Homepage of RequestTracker 1.0.7 - list any request