INSTALL
上传用户:cncsbr
上传日期:2009-10-20
资源大小:1033k
文件大小:3k
- This file ["INSTALL"] describes the installation of the "Doris" Delft
- radar interferometric software package. Doris has been installed on
- virtually all operating systems world-wide (mainly UNIX like, for MS
- Windows(c) your best option is using Cygwin.)
- If the following does not work for you, please first search the FAQ via
- http://enterprise.lr.tudelft.nl/doris/
- Installation should not take more then approximately 10 minutes of
- your time. Note that all the code was compiled and tested on both
- 32bit, 64bit, big and small endian platforms. However for any
- specifics for installing software, if any, on your platform refer to
- the installation instruction for that specific application.
- There are 3 components in this distribution (doris v3.20).
- 1. src and bin subdirectory: main software (C++ source code and shell scripts);
- 2. ENVISAT_TOOLS subdir: standalone reader for ENVISAT (C source code);
- 3. SARtools subdir: standalone utilities (C++ source code).
- To install Doris, basically do the following:
- --------------------------------------------
- 1. Read the manual.
- --------------------------------------------
- - OPTIONAL: installation of FFTW library ---
- - tested for Cygwin, SUN Solaris, Linux ----
- --------------------------------------------
- 11. download latest fftw library from http://www.fftw.org
- 12 gunzip and tar xvf it in subdirectory of doris root installation.
- 13. cd fftw-3.0.1
- 14. ./configure --prefix=`pwd` --enable-float
- 15. make
- 16. make install
- --------------------------------------------
- - COMPILATION OF DORIS SOURCE CODE ---------
- --------------------------------------------
- 21. cd doris/src
- 22. Read the README file
- 23. ./configure (creates "Makefile")
- ( +answer the questions about libraries, etc.)
- 24. make (compiles the software)
- 25. make install (installs doris and bin scripts)
- --------------------------------------------
- - COMPILATION OF DORIS UTILITIES -----------
- --------------------------------------------
- 31. cd doris/SARtools
- 32. make
- 32. Review/edit the Makefile if this does not work
- (for example if you do not want to use GNU gcc/g++ as compiler)
- 33. make install (installs in /usr/local/bin unless you edit the Makefile)
- 41. cd doris/ENVISAT_TOOLS
- 42. make
- 42. Review/edit the Makefile if this does not work
- (for example if you do not want to use gcc as compiler)
- 44. make install
- --------------------------------------------
- - INSTALLATION OF USEFUL EXTERNAL SOFTWARE -
- --------------------------------------------
- 51. The doris software depends for full functionality on:
- 52. getorb: precise orbits for ERS/ENVISAT
- (used by Doris step M_PORBITS and S_PORBITS).
- 53. snaphu: standalone executable used for unwrapping
- (used by Doris step UNWRAP).
- 54. GMT: plotting of coregistration offset vectors
- (used by Doris via the scripts in bin dir).
- These programs should also be installed on your system. Refer
- to the download area of the doris website
- http://enterprise.geo.tudelft.nl/doris/
- where to obtain these programs.
- Good luck,
- Petar Marinkovic, 11-Jan-2008
- petarmar@gmail.com