forked from anowacki/mineos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
34 lines (22 loc) · 1.12 KB
/
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
33
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.
Please report any bugs by opening an issue in the project's github repository at geodynamics/mineos.
If you have any questions about the software, please post on the CIG forums at:
https://community.geodynamics.org/
MINEOS is free software. See the file COPYING for copying conditions.