Skip to content

Development based on JSeisIO_1.0

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING.LESSER
Notifications You must be signed in to change notification settings

seisowl/jseisio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jseisio

Development based on JSeisIO 1.0.

Build and install JSeisIO

Default is to build and install both shared and static library. For administrators:

cd jseisio
mkdir build && cd build
cmake ../src
make
sudo make install

To build and install complete examples and docs, replace the partial cmake line by:

cmake ..

For installation to user's target directory, e.g., $HOME/local/lib :

cd jseisio
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=$HOME/local ../src 
make
make install

About

Development based on JSeisIO_1.0

Resources

License

LGPL-3.0, LGPL-3.0 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-3.0
COPYING.LESSER

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages