diff options
| author | Robin Alexander <robin.alexander@netplus.ch> | 2022-09-26 14:31:14 +0200 |
|---|---|---|
| committer | Robin Alexander <robin.alexander@netplus.ch> | 2022-09-26 14:31:14 +0200 |
| commit | 6f27de3b50e07c03229f9a8626fbb5dda26e9b6c (patch) | |
| tree | a2c9423a4f0672412fe61aff0c0c308def669c69 | |
| parent | e2f55053c576844199715561ab2385db7cd6cc8e (diff) | |
| download | mmbtools-doc-6f27de3b50e07c03229f9a8626fbb5dda26e9b6c.tar.gz mmbtools-doc-6f27de3b50e07c03229f9a8626fbb5dda26e9b6c.tar.bz2 mmbtools-doc-6f27de3b50e07c03229f9a8626fbb5dda26e9b6c.zip | |
Update dab-scripts invocation
| -rw-r--r-- | introduction.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/introduction.tex b/introduction.tex index 4b6627c..5b4b875 100644 --- a/introduction.tex +++ b/introduction.tex @@ -215,14 +215,15 @@ Apply the following steps: sudo timedatectl set-timezone your_timezone cd ${HOME} git clone https://github.com/opendigitalradio/dab-scripts.git - bash ${HOME}/dab-scripts/install/mmbtools-get install + sudo bash ${HOME}/dab-scripts/install/mmbtools-get install \end{lstlisting} \paragraph{Remarks} The installation script will compile the tools with all the possible features in order to give you the greatest configuration flexibility. It will also install the \texttt{supervisord} package with the configuration files for -a live broadcasting of 2 dab+ programs. +a live broadcasting of 2 dab+ programs. For more installation details, please +refer to the install/README.md file in the github repository. \subsection{Manual Compilation} If you wish to compile and install some tools only and reduce disk usage by |
