Copyright © 2002–2009 by A. Miyoshi,
Univ. Tokyo
GPOP - Installation
GPOP - Installation
Unpacking
- Change directory to where
gpop.zip
has been copied.
- Unzip
gpop.zip
as;
unzip gpop.zip
- GPOP source files are unpacked in the newly created directory
./gpop/source
.
- GPOP sample input files can be found in
./gpop/sample
.
- HTML document files can be found in
./gpop/doc
.
Building
- Change directory to
gpop/source
created when gpop source files
are unpacked. (step-3 of above)
- 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 |
- 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
- For MS-Windows, for which the building tools are not provided with
the system, pre-built binary files may be useful.
- Unpack the pre-built MS-Windows binaries as;
unzip gpop-win32-binary.zip
- Binary executable files can be found in
./gpop-win32-binary
.
- Even with the binary files, the source package may also be unpacked
to use sample input files.
Unzip
gpop.zip
as;
unzip gpop.zip
- You may use other tools, including the built-in tool on Windows ME
or later, for unpacking if you do not have unzip.