Skip to content

Commit

Permalink
Merge pull request #14 from systemofapwne/master
Browse files Browse the repository at this point in the history
Fixed "unable to build" from scratch
ludiazv authored Jul 9, 2019
2 parents 2269162 + e8c7a4e commit 1f0d3d0
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions build_rf24libs.sh
Original file line number Diff line number Diff line change
@@ -89,17 +89,16 @@ cd ..
rm -rf RF24Mesh
echo "==> RF24Mesh installed / cleaned"

# Do not build gateway until functional release
#echo "=>RF24Gateway..."
#if [ -d RF24Gateway ] ; then
#cd RF24Gateway; git pull ; cd ..
#else
#git clone $RF24GIT/RF24Gateway.git RF24Gateway
#fi
#cd RF24Gateway
#make
#sudo make install
#cd ..
echo "=>RF24Gateway..."
if [ -d RF24Gateway ] ; then
cd RF24Gateway; git pull ; cd ..
else
git clone $RF24GIT/RF24Gateway.git RF24Gateway
fi
cd RF24Gateway
make
sudo make install
cd ..

cd ..
rm -fr rf24libs

0 comments on commit 1f0d3d0

Please sign in to comment.