http://love.isti.com/trac/ew/wiki/Linux#EarthwormInstallationProcedure:Linux
I follow step by step the instructions in the link but when i put the make unix, send me this error:
user@user-HP-Pavilion-dv6500-Notebook-PC:~/Earthworm/ew/earthworm_7.5/src$ make unix
echo "Making OS-independent libraries";
Making OS-independent libraries
(cd libsrc/util; make -f makefile.ux);
make[1]: se ingresa al directorio «/home/user/Earthworm/ew/earthworm_7.5/src/libsrc/util»
/usr/bin/gcc -c -c -D_REENTRANT -fno-stack-protector -m32 -Dlinux -D__i386 -D_LINUX -D_INTEL -D_USE_SCHED -D_USE_PTHREADS -D_USE_TERMIOS -I/opt/earthworm/earthworm/include -g ahputaway.c
ahputaway.c:57:23: fatal error: earthworm.h: No existe el archivo o el directorio
#include <earthworm.h>
^
compilation terminated.
make[1]: *** [ahputaway.o] Error 1
make[1]: se sale del directorio «/home/user/Earthworm/ew/earthworm_7.5/src/libsrc/util»
make: *** [unix_libs] Error 2
And if there are the of how do i use earthworm to used miniseed files. Thanks!