[GRASSweb-list]scott: web/grass5/source/snapshot_experimental compiling.html,1.3,1.4
grass at intevation.de
grass at intevation.de
Sun Feb 15 10:21:46 EST 2004
Author: scott
Update of /grassrepository/web/grass5/source/snapshot_experimental
In directory doto:/tmp/cvs-serv20719
Modified Files:
compiling.html
Log Message:
updated instructions for grass53 directory names
Index: compiling.html
===================================================================
RCS file: /grassrepository/web/grass5/source/snapshot_experimental/compiling.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- compiling.html 30 Oct 2002 11:14:17 -0000 1.3
+++ compiling.html 15 Feb 2004 15:21:44 -0000 1.4
@@ -3,11 +3,13 @@
Date: $Date$
This directory contains the experimental (HEAD) source code for
-GRASS GIS 5.0.X in gzipped tar format.
+GRASS GIS 5.3.X in gzipped tar format.
It reflects latest development!
-The large (23 mb) file grass5.0.X.tar.gz is the
-whole source in a single file. Get this file.
+The large (around 23 mb) file grass53src_cvs_snapshot_exp_YYYY_MM_DD.tar.gz is
+ the whole source in a single file. Get this file. The file name indicates
+the date that the snapshot was made, in the format YYYY_MM_DD, where YYYY
+is the year, MM is the month, and DD is the date, as integers.
To extract do following:
@@ -16,16 +18,17 @@
mkdir /opt/grass5sources
-- Put the package there and extract it (replace "X" with
- the current version number of GRASS 5.0.X):
+- Put the package there and extract it (replace "YYYY_MM_DD" with
+ the the date of your snapshot from the name of the file you downloaded,
+ as described above):
- gunzip grass5.0.X_src.tar.gz
- tar -xvf grass5.0.X_src.tar
+ gunzip grass53src_cvs_snapshot_exp_YYYY_MM_DD.tar.gz
+ tar -xvf grass53src_cvs_snapshot_exp_YYYY_MM_DD.tar
Example:
- gunzip grass5.0.0_src.tar.gz
- tar -xvf grass5.0.0_src.tar
+ gunzip grass53src_cvs_snapshot_exp_2004_02_14.tar.gz
+ tar -xvf grass53src_cvs_snapshot_exp_2004_02_14.tar
This will create the necessary directories and
files for you to compile GRASS.
@@ -38,8 +41,9 @@
A) If you have "root" access to your machine:
- Jump into the new directory "grass5.0.X" (example):
- cd grass500
+ Jump into the new directory "grass53_exp_YYYY_MM_DD", again substituting
+ the date of your snapshot for YYYY_MM_DD (example):
+ cd grass53_exp_2004_02_14
To compile enter following:
@@ -54,21 +58,22 @@
B) If you have no "root" access: You can also compile
GRASS locally (replace "user" with your username):
- Jump into the new directory "grass5.0.X" (example):
- cd grass500
+ Jump into the new directory "53_exp_YYYY_MM_DD", again substituting
+ the date of your snapshot for YYYY_MM_DD (example):
+ cd grass53_exp_2004_02_14
Then start the process:
- ./configure --prefix=/home/user/grass5.0 --with-bindir=/home/user
+ ./configure --prefix=/home/user/grass53 --with-bindir=/home/user
make
make install
This will store the GRASS binaries into your local directory
- "grass5.0" and the start script into your home.
+ "grass53" and the start script into your home.
Example:
- ./configure --prefix=/home/roberta/grass5.0 --with-bindir=/home/roberta
+ ./configure --prefix=/home/roberta/grass53 --with-bindir=/home/roberta
make
make install
More information about the grass-web
mailing list