Building SeisUnix
SeisUnix can handle the .su files that SOFI2D & 3D create.
Clone the git repository where the files are located
git clone https://github.com/JohnWStockwellJr/SeisUnix.git
Set the following environment variables:
export CWPROOT=$HOME/SeisUnix-master export PATH=$HOME/SeisUnix-master/bin:$PATH
- Change to the SeisUnix src directory
cd SeisUnix-master/src
- Run the make install command
make install
Watch for errors. If you don't get any errors, SeisUnix is built.