INSTALL
上传用户:cncsbr
上传日期:2009-10-20
资源大小:1033k
文件大小:3k
源码类别:

图形图像处理

开发平台:

C++ Builder

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