Undo local changes to build_osx.sh.

pull/32/head
Mooneer Salem 2019-11-07 08:31:07 -08:00
parent a7abd5925c
commit 4227241f78
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ export LPCNETDIR=$FREEDVGUIDIR/LPCNet
export HAMLIBDIR=$FREEDVGUIDIR/hamlib
# Prerequisite: build hamlib
cd $FREEDVGUIDIR
git clone git://git.code.sf.net/p/hamlib/code hamlib-code
cd hamlib-code && git checkout master && git pull
./bootstrap
@ -20,7 +19,7 @@ make install
# First build and install vanilla codec2 as we need -lcodec2 to build LPCNet
cd $FREEDVGUIDIR
git clone https://github.com/tmiw/codec2.git
git clone https://github.com/drowe67/codec2.git
cd codec2 && git checkout master && git pull
mkdir -p build_osx && cd build_osx && rm -Rf * && cmake .. && make