From 1b5bd9612123b232e5926eb59432522baac55741 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sun, 12 Sep 2021 07:22:00 +0200 Subject: [PATCH] cleanup --- tools/install-codec2-FreeDATA.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tools/install-codec2-FreeDATA.sh b/tools/install-codec2-FreeDATA.sh index 74450195..89c62217 100644 --- a/tools/install-codec2-FreeDATA.sh +++ b/tools/install-codec2-FreeDATA.sh @@ -2,7 +2,6 @@ cd ~ rm -rf codec2-FreeDATA -#git clone --branch master https://github.com/DJ2LS/codec2-FreeDATA.git git clone https://github.com/DJ2LS/codec2-FreeDATA.git cd ~/codec2-FreeDATA/tnc @@ -12,19 +11,5 @@ cd codec2 && mkdir build_linux && cd build_linux cmake ../ make - -cd ~/codec2-FreeDATA/tnc -rm -rf LPCNet -git clone https://github.com/drowe67/LPCNet -cd LPCNet && mkdir build_linux && cd build_linux -cmake -DCODEC2_BUILD_DIR=~/codec2-FreeDATA/tnc/codec2/build_linux ../ -make - - -cd ~/codec2-FreeDATA/codec2/build_linux && rm -Rf * -cmake -DLPCNET_BUILD_DIR=~/codec2-FreeDATA/tnc/LPCNet/build_linux .. -make - - cd ~/codec2-FreeDATA/gui npm i