mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 16:50:01 +01:00
add eti tools to docker
This commit is contained in:
parent
2726907fb3
commit
166cad816c
|
|
@ -43,6 +43,18 @@ git checkout 9063b8a119e366c31d089596641a24a427e3cbdc
|
|||
cd ..
|
||||
rm -rf pycsdr
|
||||
|
||||
git clone https://github.com/jketterl/csdr-eti.git
|
||||
# latest develop as of 2024-01-26 (initial integration)
|
||||
cmakebuild csdr-eti 35f90d757bf3495c72d21f6cfb6fa5c668c5c24e
|
||||
|
||||
git clone https://github.com/jketterl/pycsdr-eti.git
|
||||
cd pycsdr-eti
|
||||
# latest develop as of 2024-01-26 (initial integration)
|
||||
git checkout ebc29af1eb7c0be7532c91cf459f064dcb017455
|
||||
./setup.py install
|
||||
cd ..
|
||||
rm -rf pycsdr-eti
|
||||
|
||||
git clone https://github.com/jketterl/codecserver.git
|
||||
mkdir -p /usr/local/etc/codecserver
|
||||
cp codecserver/conf/codecserver.conf /usr/local/etc/codecserver
|
||||
|
|
|
|||
Loading…
Reference in a new issue