gtool4 installation guide


steps

  1. Make an empty directory, and extract archive.

            $ tar xvzf gtool4-current.tgz
    

    A directoryy `gtool4-beta' created at the current working directory.

  2. Then go to the gtool4-beta directory and edit Config.mk.

            DCLF77LIBDIR: where the DCL library (libdcl52f77.a) resides.
            DCLF90DIR   : where the DCL-F90 library (libdclf90.a) resides.
            INCLUDES    : where modules of DCL-F90 (*.mod) resides.
            NCDIR       : where the netcdf library (libnetcdf.a) resides.
            XLIBDIR     : where the Xlib (libX11.a) resides.
           
            DEST_LIB    : gtool4 library (libgtool4.a) will be installed there.
            DEST_INC    : gtool4 modules (*.mod) will be installed there.
            DEST_BIN    : gtool4 tools (gt*) will be installed there.
            DEST_DOC    : gtool4 documents (*.htm) will be installed there.
    
            MODS        : suffix of the module file
            FC          : Fortran 90 compiler
    

  3. Compile and Install.

            # make
    	# make install
    

2001-06-18 Odaka Masatsugu
2001-06-18 TOYODA Eizi: translated into English