mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-29 23:28:39 -05:00
Update build.sh
This commit is contained in:
parent
73aed6c9cc
commit
9758b5670d
@ -24,8 +24,7 @@ make -j2 > /dev/null
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# wxWidgets
|
# wxWidgets
|
||||||
if [ ! -d "$HOME/build/wxWidgets/staticlib" ]
|
if [ ! -f "$HOME/build/wxWidgets/staticlib/bin/wx-config" ]; then
|
||||||
then
|
|
||||||
echo "wxWidgets cache not found; building."
|
echo "wxWidgets cache not found; building."
|
||||||
cd $HOME/build
|
cd $HOME/build
|
||||||
mkdir -p $HOME/build/wxWidgets/staticlib
|
mkdir -p $HOME/build/wxWidgets/staticlib
|
||||||
|
Loading…
Reference in New Issue
Block a user