[GRASSweb-list]
markus: web/grass62/binary/linux/fedora6 README.html, 1.2,
1.3 rpm_docs.html, 1.1, NONE
grass at intevation.de
grass at intevation.de
Fri Nov 10 04:21:23 EST 2006
Author: markus
Update of /grassrepository/web/grass62/binary/linux/fedora6
In directory doto:/tmp/cvs-serv28518
Modified Files:
README.html
Removed Files:
rpm_docs.html
Log Message:
simplified
Index: README.html
===================================================================
RCS file: /grassrepository/web/grass62/binary/linux/fedora6/README.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README.html 9 Nov 2006 18:55:54 -0000 1.2
+++ README.html 10 Nov 2006 09:21:21 -0000 1.3
@@ -1,30 +1,30 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
-<pre>
-
-GRASS 6.2.0 RPMs
-
-I built two versions of gdal. One with the basic build (min_rpms/)
-and another with jasper, netcdf, hdf5, cfitsio and geos added (max_rpms/).
-
-You can usually guess the missing packages from the library/dependency
-name or you can let "yum" resolve the dependencies for you:
-
- yum localinstall package_list
-
-package_list being the GRASS and associated RPMs you downloaded from here.
-
-######### FAQ ############################################################
-
-> Question: netcdf, hdf5, cfitsio - are they shipping
-> with Fedore FC6?
+<head>
+<title>GRASS GIS Fedora Core 6 RPMs</title>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+</head>
-Answer: Yes, all of those packages are part of the main Fedora RPM tree.
-geos is there, but is an older (usable) version. proj is also there, but
-does not include some datum/grids. My version of jasper also includes
-the uuid patch (GeoJP2).
+<body>
+ <H1>GRASS GIS Fedora Core 6 RPMs</H1>
+
+ <H2>Packages</H2>
+ <p>Fedora has packages for <code>proj</code> and <code>geos</code> in their repository. The RPM for <code>geos</code> provided here is simply more recent. Either will work.
+ The RPM for <code>proj</code> here have been altered to provide datum/grids that are not provided by Fedora's <code>proj</code> or <code>proj-nad</code>.</p>
+ <p>
+ <code>jasper</code> is only required for <code>gdal-max</code>. This version has the GeoJP patch.
+ </p>
+ <p>There are two version of <code>gdal</code>. <code>gdal-min</code> has minimal functionality, but also has the fewest dependencies. <code>gdal-max</code> supports many more data formats like <code>hdf5</code>, <code>netcdf</code>, <code>jasper</code>, <code>geos</code>, <code>cfitsio</code>.</p>
+ <p>
+ <code>gdal-grass</code> is needed for <code>gdal</code>. It is a plugin for <code>gdal</code> to access data from GRASS GIS.</p>
+ <p>
+ <code>grass</code> GRASS GIS. It requires <code>proj</code>, <code>geos</code>, one of the <code>gdal</code> packages, <code>fftw</code>, <code>tcl</code>, <code>tk</code>, <code>freetype</code>, <code>ncurses</code>, <code>libtiff</code>, <code>libjpeg</code>, <code>libpng</code>, <code>readline</code>, <code>mesa-libGL</code>, <code>python</code>, <code>lesstif</code>, and <code>libX11</code>.</p>
---
-Brad Douglas <rez touchofmadness com> KB8UYR/6
-Address: 37.493,-121.924 / WGS84 National Map Corps #TNMC-3785
-</pre>
+ <h2>Installation</h2>
+ <p>Unfortunately, one of the consequences of complex software like GRASS GIS is a large number of dependencies. The easiest and simplest way to install GRASS GIS is to download the RPMs here you wish to install and then do:<p>
+ <code>yum localinstall downloaded_packages</code><p>
+ <code>yum</code> will find and downloaded any extra RPMs that are required.</p>
+ <p>
+ Installing using <code>rpm</code> can be difficult if you do not already have the majority of dependencies already installed. Using <code>yum</code> is the preferred installation method.</p>
+</body>
</html>
--- rpm_docs.html DELETED ---
More information about the grass-web
mailing list