old-www/HOWTO/GIS-GRASS/install415.html

233 lines
4.8 KiB
HTML

<HTML
><HEAD
><TITLE
>Acquisition/Installation of GRASS4.1.5 Binaries</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.56"><LINK
REL="HOME"
TITLE="The Geographic Information Systems: GRASS HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Acquisition/Installation of GRASS4.13 Binaries"
HREF="install413.html"><LINK
REL="NEXT"
TITLE="Acquisition/Compilation of GRASS Source Code"
HREF="compiling.html"></HEAD
><BODY
CLASS="APPENDIX"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Geographic Information Systems: GRASS HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="install413.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="compiling.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="APPENDIX"
><H1
CLASS="APPENDIX"
><A
NAME="INSTALL415"
>B. Acquisition/Installation of GRASS4.1.5 Binaries</A
></H1
><BLOCKQUOTE
CLASS="ABSTRACT"
><DIV
CLASS="ABSTRACT"
><P
></P
><P
> This appendix describes how to acquire and install Linux binaries for
GRASS4.15 (the 5th and last update to the last full release of GRASS,
version 4.1).
</P
><P
></P
></DIV
></BLOCKQUOTE
><P
> How to get these files:
</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>ftp moon.cecer.army.mil
login: anonymous
password: your email address
cd pub/grass/grass4.1/release/binaries/linux
image
mget linuxa*
bye
Installation instructions:
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Files in this release:
README_4.1.5 what you are currently reading
install.sh simple grass installation script
linuxaa --------|
linuxab |
linuxac |
linuxad |
linuxae |-- the linux GRASS binaries, version 4.1.5
linuxaf |
linuxag |
linuxah |
linuxai --------|
* * * * * * * * * * *** * * * * * * * * * * * * * * * * * * * * * * *
*
The GRASS4.15 for Linux was compiled in my Linux box with the
following configuration:
Slackware 3.0
kernel 1.2.13
gcc 2.7.0
libc 5.0.9
flex 3.5.2
~ ~ ~ ~ ~ ~ ~
~ IMPORTANT: ~
~ ~ ~ ~ ~ ~ ~
THE LINUX GRASS 4.15 BINARIES ONLY WORK ON ELF-LINUX. THE BINARIES MAY
NOT WORK WITH EARLY VERSION OF KERNEL AND/OR GCC AND FLEX.
The binaries was tared and gziped, then split into 9 (close to 1.3 MB
- 1200 x 1K block) files named from linuxg.aa to linuxg.ai.
You should ftp all the linuxg.a* in binary mode and also get this
readme file and an installation script - install.sh. Please put all
of these files in the same directory - source directory.
At the source directory under the UNIX prompt, type
sh ./install.sh full_path_to_the_destination_directory
and it should automatically unzip and untar the linuxg.a* files to the
destination directory and also edit several site-specific files. The
total space your need is about 26 MB.
At the destination directory, your can find the grass4.1 script. It
should have been modified to reflect your installation directory.
Now, either move/copy the grass4.1 file to one of your PATH or use the
link command as below:
cd /usr/local/bin
ln -s destination_directory/etc/grass4.1 grass4.1
Now, you are ready to start GRASS by typing grass4.1 and you should
know how to run GRASS afterward.
There is a readme directory in the destination_directory/etc
directory. This directory has several readme files that come with
some incoming commands. You can find all the compiled commands of
this binaries in the commands.readme file. I can't guarantee that all
of them work but I have tested lots of them. If you find some
commands that don't work, please post a message on the grass user
group and we can solve it all together.
Yung-Tsung Kang,
Michigan State University
</PRE
></TD
></TR
></TABLE
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="install413.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="compiling.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Acquisition/Installation of GRASS4.13 Binaries</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Acquisition/Compilation of GRASS Source Code</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>