Code Monkey home page Code Monkey logo

sheko3003 / seiscomp3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seiscomp3/seiscomp3

0.0 1.0 0.0 42.32 MB

SeisComP is a seismological software for data acquisition, processing, distribution and interactive analysis.

License: Other

CMake 0.38% Shell 0.70% C++ 81.31% Python 8.66% Gnuplot 0.02% CSS 0.01% PHP 0.07% JavaScript 0.15% Makefile 0.36% PostScript 0.09% TeX 0.15% C 5.85% Lex 0.03% Smarty 0.19% Objective-C++ 0.01% XSLT 0.97% Objective-C 0.82% HTML 0.07% PLpgSQL 0.16% Perl 0.02%

seiscomp3's Introduction

About

Project homepage: http://www.seiscomp3.org

This software has been developed by the GEOFON Program at Helmholtz Centre Potsdam, GFZ German Research Centre for Geosciences and gempa GmbH.

SeisComP3 is distributed under the SeisComP Public License

Note

  • The purpose of this repository is to test upcoming features and to integrate community source code and patches
  • For production systems only use the official releases from http://www.seiscomp3.org or the corresponding tags in this repository.
  • Commercial modules obtained from gempa GmbH are only available for official releases. Binary compatibility of intermediate SeisComP3 versions is not guaranteed.

Compiling

The easiest way to compile SeisComP3 is to use the provided Makefile.cvs which creates the build directory inside the source tree.

$ make -f Makefile.cvs
$ cd build
$ make
$ make install

By default all files are installed under $HOME/seiscomp3. This location can be changed with cmake or with its frontend ccmake.

Basically the build directory can live anywhere. The following steps create a build directory, configure the build and start it:

$ mkdir sc3-build
$ cd sc3-build
$ ccmake /path/to/sc3-src
# Configure with ccmake
$ make
$ make install

Step-by-step instructions

  1. Checkout SeisComP3 source code from Github

    sysop@host:~$ git clone https://github.com/SeisComP3/seiscomp3.git sc3-src
    sysop@host:~$ cd sc3-src
    sysop@host:~/sc3-src$
    
  2. Change into the desired branch (if not master) or checkout tag

    sysop@host:~/sc3-src$ git checkout release/jakarta/2017.124.02
    
  3. Configure the build

    SeisComP3 is using cmake as build environment. For users that are not experienced with cmake it is recommended to use ccmake, an ncurses frontend which is launched by the default Makefile.cvs.

    sysop@host:~/sc3-src$ make -f Makefile.cvs
    

    This will bring up the cmake frontend. Press c to configure the build initially. If cmake is being used, the variables can be passed as command line options:

    sysop@host:~/sc3-src/build$ cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir ..
    

    With ccmake some components can be activated and deactivated such as database backends you want to compile support for. The default just enables MySQL. Once done with options, press c again to apply the changes. If everything runs without errors, press g to generate the Makefiles. ccmake will quit if the Makefiles have been generated:

    *** To build the sources change into the 'build' directory and enter make[ install] ***
    sysop@host:~/sc3-src$ cd build
    sysop@host:~/sc3-src/build$ make
    

    If make finished without errors, install SeisComp3 with

    sysop@host:~/sc3-src/build$ make install
    

    All files are then installed under ~/seiscomp3 or under the directory you have specified with CMAKE_INSTALL_PREFIX.

Dependencies

To compile the sources the following development packages are required (Redhat/CentOS package names):

  • flex
  • libxml2-devel
  • boost-devel
  • openssl-devel
  • ncurses-devel
  • mysql-devel
  • postgresql-devel (optional)
  • python-devel
  • m2crypto-devel
  • qt4-devel

seiscomp3's People

Contributors

gempa-jabe avatar andres-h avatar gempa-stephan avatar pevans-gfz avatar gempa-dirk avatar jmsaurel avatar fmassin avatar gempa-enrico avatar marcopovitch avatar ozym avatar marcelobianchi avatar raciner avatar jollyfant avatar salichon avatar brtle avatar aemanov avatar jsaul avatar jordi-domingo avatar luca-s avatar quiffman avatar kaestli avatar

Watchers

Sergio Cruz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.