forked from geodynamics/mineos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (21 loc) · 1007 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
We are pleased to announce the version 1.0.2 release of Mineos.
Mineos computes synthetic seismograms in a spherically symmetric
non-rotating Earth by summing normal modes.
To build Mineos, you will need a Fortran compiler. If you are running
Linux, you should be able to get gfortran from your distribution. If
you are running Windows, the easiest way is to install Cygwin
(cygwin.com). If you are running Mac OS X, you can download a Fortran
compiler from
http://hpc.sourceforge.net
Once you have a fortran compiler, run configure
./configure
If it can not find the Fortran compiler, you can tell it where it is
with the FC variable
./configure F77=/path/to/fortran/compiler
If that succeeds, then run "make" to build Mineos.
The file INSTALL has more detailed instructions on how to build
Mineos.
The manual is at doc/mineos.pdf.
If you have any problems, please send a message to
MINEOS is free software. See the file COPYING for copying conditions.