Change FT8_lib to a fork

This commit is contained in:
Your Name 2021-01-13 09:52:40 +00:00
parent e65d3c4eca
commit cce1fe6acf
1 changed files with 6 additions and 2 deletions

View File

@ -16,11 +16,15 @@ cd ../ || exit
cd src || exit
git clone https://github.com/F5OEO/librpitx
cd librpitx/src || exit
make
make && sudo make install
cd ../../ || exit
cd pift8
git clone https://github.com/kgoba/ft8_lib
git clone https://github.com/F5OEO/ft8_lib
cd ft8_lib
make && sudo make install
cd ../
make
cd ../
make