Difference between revisions of "Installer scripts"

From OpenDigitalRadio
Jump to navigationJump to search
(Replace my old script by dab-scripts)
 
Line 1: Line 1:
 
==Install scripts for Debian ==
 
==Install scripts for Debian ==
  
There is an installer script for '''Debian''' jessie, stretch and buster. It installs
+
The repository [https://github.com/opendigitalradio/dab-scripts dab-scripts] makes it easy to install, configure and operate the ODR-mmbTools on a debian system.
* uhd (from debian packages)
 
* tons of dependencies and build tools (debian packages)
 
* [[ODR-DabMux]] (from github source)
 
* [[ODR-DabMod]] (from github source)
 
* [[Fdk-aac-dabplus]] (from github source)
 
* [[ODR-AudioEnc]] (from github source)
 
* [[ODR-PadEnc]] (from github source)
 
* the scripts and examples from [https://github.com/mpbraendli/mmbtools-aux mmbtools-aux]
 
  
It requires sudo to be installed, and must be executed as a regular user (not root).
+
Comments/suggestions are welcome ([https://groups.google.com/forum/#!forum/crc-mmbtools CRC-mmbTools google group] -or- [https://github.com/opendigitalradio/dab-scripts/issues GitHub issues])
 
 
The script is maintained in the [https://github.com/mpbraendli/mmbtools-aux mmbtools-aux] repository, and is here: https://github.com/mpbraendli/mmbtools-aux/blob/master/installer/debian.sh
 
Download is easily possible using
 
 
 
wget https://raw.githubusercontent.com/mpbraendli/mmbtools-aux/master/installer/debian.sh
 
 
 
'''Please make sure you understand what this script is doing before executing it!'''
 
 
 
Comments/suggestions are welcome ([https://groups.google.com/forum/#!forum/crc-mmbtools CRC-mmbTools google group] -or- [https://github.com/mpbraendli/mmbtools-aux/issues GitHub issues])
 
 
 
==Install script for the GNURadio Live System==
 
There is also a script that can be used on the GNURadio Live System. Please see https://github.com/mpbraendli/mmbtools-aux/tree/master/installer
 

Latest revision as of 14:23, 18 October 2022

Install scripts for Debian

The repository dab-scripts makes it easy to install, configure and operate the ODR-mmbTools on a debian system.

Comments/suggestions are welcome (CRC-mmbTools google group -or- GitHub issues)