Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 559 Bytes

SeisComP main repository

This repository contains main SeisComP applications.

The repository cannot be built standalone. It needs to be integrated into the seiscomp build environment and checked out into src/base/main.

$ git clone [host]/seiscomp.git
$ cd seiscomp/src/base
$ git clone [host]/main.git

Build

Configuration

Option Default Description
SC_TRUNK_LOCATOR_ILOC OFF Enable iLoc locator plugin (still experimental)

Compilation

Follow the build instructions from the seiscomp repository.