Next: run script
Up: Tools
Previous: Tools
Contents
After downloading the gzipped, tarred archive of the SARtools, the
installation is best done with a Makefile. I assume you are familiar
with 'make' to compile code. If you are not, find someone who is.
(See also annex B).
- Use a distinct directory to put the files, e.g.,
mkdir /opt/doris_v4.01
cd /opt/Doris_v4.01
- Download the archived SARtools via the download area of our
webpages at http://enterprise.lr.tudelft.nl/doris/:
SARtools.tar.gz
- Expand compresed files: gzip -d SARtools.tar.gz
This leaves a file SARtools.tar
- Extract the files from the archive:
tar -xvf SARtools.tar
Now a subdirectory has been created, SARtools.
Now the compilation of the utilities can start.
- Compile all utilities and install the executables:
- cd SARtools (inspect/edit the Makefile, set INSTALLDIR)
- make (this should compile the code)
- make install (this installs in /usr/local/bin/)
- Make sure the Installation directory is in your path.
For tcsh users, it should be in your .cshrc file (startup file).
Add it with a (csh) command like:
set path = ( /usr/local/bin/ $path )
Next: run script
Up: Tools
Previous: Tools
Contents
Leijen
2009-04-14