• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D09-May-2018548 2814

Makefile.watH A D09-May-2018728 3821

Makefile.winH A D09-May-2018477 2614

READMEH A D09-May-2018653 2314

msrepack.cH A D09-May-201816.8 KiB623470

msview.cH A D09-May-20186.4 KiB249180

README

1
2Documentation of the libmseed interfaces can be found in the 'doc'
3directory.
4
5Unix: the Makefile should work for most systems, try 'make'.
6
7Win32: the Makefile.win is for Microsoft's nmake (e.g. 'nmake -f
8Makefile.win') and Makefile.wat is for Open Watcom's wmake
9(e.g. 'wmake -f Makefile.wat').
10
11
12msview.c:
13
14An example program that demonstrates basic usage of libmseed.  A
15Makefile is provided to build the program.  The example does not
16exercise all of the functionality of libmseed but should illustrate
17some of the basic ideas.
18
19msrepack.c:
20
21An example of using libmseed to build Mini-SEED records, this
22program will repack input Mini-SEED data.
23