Copyright © 2002–2009 by A. Miyoshi, Univ. Tokyo
GPOP - Installation
[Top]   < Prev Step | Next Step >

GPOP - Installation

Unpacking

  1. Change directory to where gpop.zip has been copied.
  2. Unzip gpop.zip as;
    unzip gpop.zip
  3. GPOP source files are unpacked in the newly created directory ./gpop/source.
  4. GPOP sample input files can be found in ./gpop/sample.
  5. HTML document files can be found in ./gpop/doc.

Building

  1. Change directory to gpop/source created when gpop source files are unpacked. (step-3 of above)
  2. Investigate sample make-files and edit one if necessary to fit your environment and platform. Followings are short descriptions of sample make files:
    makeGnu.make  for GNU compilers on Unix platforms including Cygwin
    makeIntelLinux.make  for Intel compilers on Linux
    makeIntelWin.make  for Intel compilers on MS-Windows
  3. Build (compile and link) using the make-file as;
    make -f make-file-name
    for Unix platforms including Cygwin on MS-Windows, or
    nmake -f make-file-name
    for genuine Intel compilers for MS-Windows.

MS-Windows binaries

  1. For MS-Windows, for which the building tools are not provided with the system, pre-built binary files may be useful.
  2. Unpack the pre-built MS-Windows binaries as;
    unzip gpop-win32-binary.zip
  3. Binary executable files can be found in ./gpop-win32-binary.
  4. Even with the binary files, the source package may also be unpacked to use sample input files. Unzip gpop.zip as;
    unzip gpop.zip
  5. You may use other tools, including the built-in tool on Windows ME or later, for unpacking if you do not have unzip.

[Top]   < Prev Step | Next Step >