This website works better with JavaScript.
Home
Help
Register
Sign In
pyrocko
/
pyrocko
Watch
14
Star
13
Fork
10
Code
Issues
81
Pull Requests
14
Projects
3
Releases
28
Activity
Browse Source
update to libmseed 2.19.6
pull/364/head
miili
2 years ago
parent
a5d61691af
commit
df11762cd1
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
libmseed-2.12.tar.gz
BIN
libmseed-2.19.6.tar.gz
+2
-2
prerequisites/prerequisites.sh
BIN
libmseed-2.12.tar.gz
View File
BIN
libmseed-2.19.6.tar.gz
View File
+ 2
- 2
prerequisites/prerequisites.sh
View File
@ -4,9 +4,9 @@ set -e
if
[
! -f libmseed/libmseed.a
]
;
then
rm -rf libmseed
tar -xzf libmseed-2.1
2
.tar.gz
tar -xzf libmseed-2.1
9.6
.tar.gz
cd
libmseed
make gc
c
CFLAGS
=
"-fPIC"
make stati
c
cd
..
fi
Write
Preview
Loading…
Cancel
Save