[GRASSweb-list]markus: web/grass53/source README.html,NONE,1.1

grass at intevation.de grass at intevation.de
Mon May 17 15:42:15 EDT 2004


Author: markus

Update of /grassrepository/web/grass53/source
In directory doto:/tmp/cvs-serv26896

Added Files:
	README.html 
Log Message:
added

--- NEW FILE: README.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML> <BODY BGCOLOR=#FFFFFF>
<pre>
This directory contains the source code for
GRASS GIS 5.3.x in gzipped tar format.

The large (around 19 MB) file grass5.3.x_src.tar.gz is the
officially released GRASS 5.3.x source code in a single file.

Also here: weekly generated CVS snapshots
   - snapshot_experimental: experimental tree (HEAD)
   - snapshot_release: [currently not supported]

Note: The required temporal space for a full compilation is currently 140MB
      (including object.files etc which can be removed later).
      The resulting binary package size is between 40MB and 150MB 
      depending on your system's architecture.

To extract do following:

- Create a directory for the source code:
  Example:

        mkdir /opt/src/grass53sources

- Put the package there and extract it (replace "X" with 
  the current version number of GRASS 5.3.X):

        gunzip grass-5.3.X.tar.gz
	tar -xvf grass-5.3.X.tar  

  Example:

        gunzip grass-5.3.0.tar.gz
        tar -xvf grass-5.3.0.tar

This will create the necessary directories and
files for you to compile GRASS.

***********************************************
Compile the source

-> Please read the included INSTALL text for details!
-> Default install path is /usr/local/grass53/

A) If you have "root" access to your machine:

   Jump into the new directory "grass5.3.X" (change X to the current 
   release number):
        cd grass5.3.X

   Now read the INSTALL file.
   To compile enter following:

        ./configure <parameters>
        make
        make install

   Now the code will be compiled (takes around 1h depending on
   processor's speed).

   In case of problems read the INSTALL file and/or search the 
   web archives and/or the FAQ (often the questions were already
   answered).

B) If you have no "root" access: You can also compile 
   GRASS locally (replace "user" with your username):

   Jump into the new directory "grass-5.3.X" (change X to the current
   release number):

        cd grass-5.3.X

   Then start the process:

        ./configure --prefix=/home/user/ --with-bindir=/home/user
        make
        make install

   This will store the GRASS binaries into your local directory
   "/home/user/grass53" and the start script into your home.

  Example:
    
        ./configure --prefix=/home/roberta --with-bindir=/home/roberta
        make
        make install

  Now the code will be compiled (takes around 1h depending on
  processor's speed).

***********************************************
Installing single modules from source:

The "configure" process creates two scripts (after "make install"
these scripts will be stored in /usr/local/bin/ if not having used
configure's option "--with-bindir")

   gmake53
   gmake53 -i
   gmakelinks53 -i

Use script "gmake53" to compile single modules locally, run
"gmakelinks53" afterwards to set internal links for the new module.
The "-i" flag will install them into target directory, so that no
further "make install" is required.

Enjoy ongoing GRASS development!

***********************************************

Help us to improve GRASS. Report problems at our bug report page:
<a href=http://grass.itc.it/bugtracking/bugreport.html>go here!</a>

Send improvements to
          weblist at grass.itc.it
          grass5 at grass.itc.it

Thanks!

***********************************************
</pre>

Get this <a href=README.html>file.</a>

<DIV ALIGN=right><font size=-1><i>Last change:
$Date: 2004/05/17 19:42:12 $
</i></font></DIV>
</HTML>





More information about the grass-web mailing list