[GRASSweb-list]markus: web/grass54/source README.html,NONE,1.1
grass at intevation.de
grass at intevation.de
Mon Nov 8 09:23:12 EST 2004
Author: markus
Update of /grassrepository/web/grass54/source
In directory doto:/tmp/cvs-serv26407
Added Files:
README.html
Log Message:
added GRASS 5.4 directories
--- 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.4.0 in gzipped tar format.
The large (around 20 MB) file grass-5.4.0.tar.gz is the
officially released GRASS 5.4.0 source code in a single file.
Note: The required temporary space for a full compilation is currently 140MB
(including object.files etc which can be removed later).
The resulting binary package size is between 20MB and 150MB
depending on your system's architecture and on whether the internal
GRASS libraries are compiled static or shared.
To extract do following:
- Create a directory for the source code:
Example:
mkdir /opt/src/grass540sources
- Put the package there and extract it (replace "X" with
the current version number of GRASS 5.4.0):
gunzip grass-5.4.0.tar.gz
tar -xvf grass-5.4.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 "grass-5.4.0" (change X to the current
release number):
cd grass-5.4.0
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.4.0" (change X to the current
release number):
cd grass-5.4.0
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/grass54" 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).
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
grass5 at grass.itc.it (needs subscription)
Thanks!
***********************************************
</pre>
Get this <a href=README.html>file.</a>
<DIV ALIGN=right><font size=-1><i>Last change:
$Date: 2004/11/08 14:23:10 $
</i></font></DIV>
</HTML>
More information about the grass-web
mailing list