Home| Content
Installation
                   Source code Installation.

 
   We must use  csh shell.

  You will need to compile the programs:
   gcc (version 3.1 or higher) and Qt/X11 (version qt.3.3.4 or higher)
   ( Qt is a complete C++ application development framework. It includes a class library and tools for cross-platform development and internationalization.  http://www.trolltech.com/products/qt/index.html)

   Check if 'make' file is in fact 'gmake' ( gnu make ).

   1. You need following tar archives (Solaris / Linux):
   If you want to use  only Frequency-Time Analysis program and related components:
   dsapUnix.tar.gz / dsapLinux.tar.gz
   DbFtanSource_1_40.tar.gz
   vc++Unix.tar.gz / vc++Linux.tar.gz

   If you will work with Moment Tensor & Source Depth Inversion and related components:
   MomTensSource_1_40.tar.gz
   If gmt3.4 is not installed yet:
   gmt3.4.Unix.tar.gz / gmt3.4.Linux.tar.gz


   Place the these archives files in the installation directory; gunzip and tar out the contents.
   Subdirectories dsap,fmt,GMT3.4,v will be created.

   2.make a symlink:
   cd /opt
   ln -s installationdirectory/dsap dsap
   ln -s installationdirectory/fmt fmt
   If you need Moment Tensor.
   cd /usr/local
   ln -s installationdirectory/v v
   ln -s installationdirectory/GMT3.4 GMT3.4


  
   3.  Add into   ~/.cshrc file  rows:
   source /opt/fmt/setup.csh
   Check this file
   a.Make sure that this file ´setup.csh´ contains right FMT_ARCHITECTURE_ variable which correspond your platform (unix or linux)
   b.Specifying actual pathes to the X11 include and lib directories (invaroment variables: INCDIR_X11 and LIBDIR_X11)
 4. To compile the Frequency-Time Analysis package
   cd  /opt/fmt/src/DBFTAN
   make
      To compile the Moment Tensor package
   cd  /opt/fmt/src/MOMTENS
   make
Installation

Copyright © 1998 - 2005 Mitpan Fmt-1-40