Update install-owrx-tools.sh

This commit is contained in:
Luarvique L. Luarvique 2022-12-11 16:26:22 -05:00 committed by GitHub
parent d3bc9c651c
commit 5f08555c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -30,12 +30,12 @@ python3 setup.py install
popd
rm -rf js8py
git clone https://github.com/jketterl/csdr.git
cmakebuild csdr 0.18.1
git clone https://github.com/luarvique/csdr.git
cmakebuild csdr master
git clone https://github.com/jketterl/pycsdr.git
git clone https://github.com/luarvique/pycsdr.git
cd pycsdr
git checkout 0.18.1
git checkout master
./setup.py install install_headers
cd ..
rm -rf pycsdr