diff options
| author | Robin ALEXANDER <64310405+colisee@users.noreply.github.com> | 2022-09-26 14:43:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 14:43:23 +0200 |
| commit | bf539edf61b44655f4047f5449c5082d74e6332d (patch) | |
| tree | a2c9423a4f0672412fe61aff0c0c308def669c69 /introduction.tex | |
| parent | e2f55053c576844199715561ab2385db7cd6cc8e (diff) | |
| parent | 6f27de3b50e07c03229f9a8626fbb5dda26e9b6c (diff) | |
| download | mmbtools-doc-bf539edf61b44655f4047f5449c5082d74e6332d.tar.gz mmbtools-doc-bf539edf61b44655f4047f5449c5082d74e6332d.tar.bz2 mmbtools-doc-bf539edf61b44655f4047f5449c5082d74e6332d.zip | |
Merge pull request #8 from colisee/master
Update dab-scripts invocation
Diffstat (limited to 'introduction.tex')
| -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 |
