rtltcp docker image

This commit is contained in:
Jakob Ketterl
2020-10-04 22:57:03 +02:00
parent 9f17f1bc17
commit ac0e44857c
4 changed files with 13 additions and 3 deletions

View File

@ -24,8 +24,8 @@ apt-get update
apt-get -y install --no-install-recommends $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
# this is the latest development version as of 2020-09-25 (switch antenna first)
cmakebuild owrx_connector 2252ee44ec3ae5ca91c576d905cd2c077d416ae8
# this is the latest development version as of 2020-10-04 (ability to build rtl_tcp_connector alone)
cmakebuild owrx_connector ccbf42c78c06c4e1c3e0de6e9ef34fba72a60c75
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean