Heads up, I had trouble compiling this on a gcloud linux box
4.9.0-12-amd64 #1 SMP Debian 4.9.210-1 (2020-01-20) x86_64 GNU/Linux
steps:
git clone https://github.com/iris-edu/ringserver.git
cd ringserver
make
Result
er.o ../pcre/.libs/libpcre.a ../libmseed/libmseed.a ../mxml/libmxml.a -lpthread
cc: error: ../pcre/.libs/libpcre.a: No such file or directory
Makefile:24: recipe for target 'ringserver' failed
make[1]: *** [ringserver] Error 1
make[1]: Leaving directory '/home/username/ringserver/src'
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 2
I'm no expert, and this might be an easy fix, but ringserver-2018.078 did not have this issue, so I'm trying that version now
Heads up, I had trouble compiling this on a gcloud linux box
4.9.0-12-amd64 #1 SMP Debian 4.9.210-1 (2020-01-20) x86_64 GNU/Linux
steps:
Result
I'm no expert, and this might be an easy fix, but ringserver-2018.078 did not have this issue, so I'm trying that version now