Copyright © 2002–2007 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 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
    makeGnuDj.make  for GNU compilers on Djgpp for MS-DOS
    makeIntel7Linux32.make  for Intel compilers ver. 7.x on 32-bit Linux
    makeIntel7Linux64.make  for Intel compilers ver. 7.x on 64-bit 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 and Djgpp on MS-Windows, or
    nmake -f make-file-name
    for genuine MS-Windows compilers includeing 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

[Top]   < Prev Step | Next Step >