Home| Content
Installation
FMT Solaris Installation.

It is tested on operational system   Solaris 8, 9  (gccc version is 3.4),  

I. Binary distribution.  
1. If you are interested in Frequency-Time Analysis program only use following tar archives:
      dsapUnix.tar.gz
      DbFtanBinUnix_1_40.tar.gz
      FmtDoc_1_40.tar.gz
   If you will work with Moment Tensor & Source Depth Inversion and related components and if GMT3.4 is not install yet use following tar archive:
     MomTensBinUnix_1_40.tar.gz
    gmt3.4.Unix.tar.gz

   Place these archive files in the installation directory; gunzip and tar out the contents.  Sub directories dsap,fmt,GMT3.4 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/GMT3.4 GMT3.4
   3.  You must use  csh shell.
   Add into   ~/.cshrc  file  row:
   source /opt/fmt/setuprun.csh
   Make sure that this file setuprun.csh contains FMT_ARCHITECTURE_ variable which correspond  platform Unix
  (setenv FMT_ARCHITECTURE_   Solaris)

II. Source code distribution.
You will need to compile the programs:
Use  gcc version 3.1 or higher version  of gcc 3  and Qt/X11 version qt.3.3.4 -
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.4.tar.gz )
   ( 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:
   If you want to use  only Frequency-Time Analysis program and related components:
   dsapUnix.tar.gz
   DbFtanSource_1_40.tar.gz
   vc++Unix.tar.gz
   FmtDoc_1_40.tar.gz
   If you will work with Moment Tensor & Source Depth Inversion and related components:
   MomTensSource_1_40.tar.gz
   MomTensDataUnix.tar.gz
   If GMT 3.4 is not installed yet:
   gmt3.4.Unix.tar.gz


   Place the these archives files in the installation directory; gunzip and tar out the contents.
   Sub directories 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.  You must use  csh shell.
   Add into   ~/.cshrc file  rows:
   source /opt/fmt/setup.csh
   Check if 'make' file is in fact 'gmake' ( gnu make ).
   a. Make sure that this file ´setup.csh´ contains FMT_ARCHITECTURE_ variable which correspond  platform Unix
   setenv FMT_ARCHITECTURE_   Solaris
   b. Specifying actual paths to the X11 include and lib directories (environment variables: INCDIR_X11 and LIBDIR_X11)
     if ( $FMT_ARCHITECTURE_ =~ Solaris ) then
    setenv INCDIR_X11 /usr/X11R6/include
    setenv LIBDIR_X11 /usr/X11R6/lib
    endif
 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