[installation] Change to nightly

This commit is contained in:
2025-10-30 12:04:59 +01:00
parent 2ff097f9d1
commit a31bc45cce
1441 changed files with 60368 additions and 56360 deletions

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Getting the Source Code &#8212; SeisComP Release documentation</title>
<title>Getting the Source Code &#8212; SeisComP Development documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/seiscomp.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=72bcf2f2" />
@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
<script type="text/javascript" src="../_static/seiscomp.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=823bb831"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=744d344a"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<link rel="index" title="Index" href="../genindex.html" />
@ -25,8 +25,8 @@
<div class="container">
<div class="brand">
<img class="logo" src="../_static/brands/seiscomp/text/white.svg"/>
<!-- span class="title">SeisComP Release</span -->
<span class="version">6.9.0</span>
<!-- span class="title">SeisComP Development</span -->
<span class="version">7.0.0</span>
</div>
</div>
</div>
@ -72,12 +72,12 @@
<p class="admonition-title">Caution</p>
<p>For production systems only
<a class="reference internal" href="installation.html#installation-packages"><span class="std std-ref">install the officially released packages</span></a>
from <span id="id1">Helmholtz-Centre Potsdam - GFZ German Research Centre for Geosciences and gempa GmbH [<a class="reference internal" href="references.html#id257" title="Helmholtz-Centre Potsdam - GFZ German Research Centre for Geosciences and gempa GmbH. The SeisComP seismological software package. GFZ Data Services. 2008. URL: https://www.seiscomp.de, doi:10.5880/GFZ.2.4.2020.003.">67</a>]</span>, <span id="id2"><em>gempa GmbH</em> [<a class="reference internal" href="references.html#id122" title="gempa GmbH. The SeisComP development and maintenance company. URL: https://www.gempa.de/.">28</a>]</span> or compile from the corresponding
from <span id="id1">Helmholtz-Centre Potsdam - GFZ German Research Centre for Geosciences and gempa GmbH [<a class="reference internal" href="references.html#id290" title="Helmholtz-Centre Potsdam - GFZ German Research Centre for Geosciences and gempa GmbH. The SeisComP seismological software package. GFZ Data Services. 2008. URL: https://www.seiscomp.de, doi:10.5880/GFZ.2.4.2020.003.">76</a>]</span>, <span id="id2"><em>gempa GmbH</em> [<a class="reference internal" href="references.html#id147" title="gempa GmbH. The SeisComP development and maintenance company. URL: https://www.gempa.de.">31</a>]</span> or compile from the corresponding
release tags in this repository.</p>
</div>
<p>The <cite>SeisComP</cite> software collection is distributed among several repositories.
For more information about compilation and build configuration head over to
<span id="id3"><em>SeisComP on GitHub</em> [<a class="reference internal" href="references.html#id258" title="Seiscomp on github. URL: https://github.com/SeisComP.">1</a>]</span>.</p>
<span id="id3"><em>SeisComP on GitHub</em> [<a class="reference internal" href="references.html#id291" title="Seiscomp on github. URL: https://github.com/SeisComP.">1</a>]</span>.</p>
<p>For building a complete <cite>SeisComP</cite> distribution checkout all repositories using
the following script:</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span><span class="ch">#!/bin/bash</span>
@ -145,27 +145,30 @@ $<span class="w"> </span>make<span class="w"> </span>install
</div>
<section id="software-dependencies">
<span id="build-dependencies"></span><h2>Software dependencies<a class="headerlink" href="#software-dependencies" title="Permalink to this heading"></a></h2>
<p>For compiling the <cite>SeisComP</cite> sources the following development software packages
are required (Debian/Ubuntu package names):</p>
<p>For compiling the <cite>SeisComP</cite> sources the development software packages must be
installed by Linux system commands such as <strong class="program">apt</strong> or <strong class="program">dnf</strong>.
The required packages are (Debian/Ubuntu package names):</p>
<ul class="simple">
<li><p>flex</p></li>
<li><p>g++</p></li>
<li><p>git</p></li>
<li><p>cmakecmake-gui</p></li>
<li><p>crypto-dev</p></li>
<li><p>libboost</p></li>
<li><p>libxml2-dev</p></li>
<li><p>flex</p></li>
<li><p>libbson-dev</p></li>
<li><p>libfl-dev</p></li>
<li><p>libssl-dev</p></li>
<li><p>crypto-dev</p></li>
<li><p>python3-dev (optional)</p></li>
<li><p>python3-numpy (optional, required if Numpy support is enabled which is also the default configuration)</p></li>
<li><p>libqt5-dev (optional)</p></li>
<li><p>qtbase5-dev (optional)</p></li>
<li><p>libmysqlclient-dev (optional)</p></li>
<li><p>libpq-dev (optional)</p></li>
<li><p>libsqlite3-dev (optional)</p></li>
<li><p>ncurses-dev (optional)</p></li>
<li><p>libxml2-dev</p></li>
</ul>
<p>Optional, depending on the modules to be built are (Debian/Ubuntu package names):
* libmysqlclient-dev
* libpq-dev
* libqt5-dev
* libsqlite3-dev
* ncurses-dev
* python3-dev
* python3-numpy (required if Numpy support is enabled which is also the default configuration)
* qtbase5-dev</p>
<p>As of <cite>SeisComP</cite> in version 5.0.0 support for Python 2 is dropped and Python 3 has
become the default.
The Python development libraries are required if Python wrappers should be
@ -176,7 +179,7 @@ match the used Python interpreter of the system.</p>
<h2>Compiling <cite>SeisComP</cite> for MacOS<a class="headerlink" href="#compiling-scname-for-macos" title="Permalink to this heading"></a></h2>
<p>Although <cite>SeisComP</cite> has been developed, compiled and tested on Linux systems,
users have compiled <cite>SeisComP</cite> on MacOS.
The procedures are given online by external sources <span id="id4">[<a class="reference internal" href="references.html#id152" title="Installing SeisComP on MacOS. Gilles' sysadmin &amp; dev blog for Earth Science. URL: https://gilles.ecgs.lu/seiscomp-for-mac-compilation-instructions/.">15</a>]</span>.
The procedures are given online by external sources <span id="id4">[<a class="reference internal" href="references.html#id181" title="Installing SeisComP on MacOS. Gilles' sysadmin &amp; dev blog for Earth Science. URL: https://gilles.ecgs.lu/seiscomp-for-mac-compilation-instructions/.">15</a>]</span>.
Please contact the managers of these sources for any requests.</p>
</section>
</section>
@ -239,7 +242,7 @@ Please contact the managers of these sources for any requests.</p>
</a>
<div class="stretched align-center fitted content">
<div>
Version <b>6.9.0</b> Release
Version <b>7.0.0</b> Development
</div>
<div class="copyright">
Copyright &copy; gempa GmbH, GFZ Potsdam.