trying a Docker/Win32 build with wxWindows 3.1 again
parent
0d8150edfb
commit
5af1ece98f
|
@ -47,7 +47,7 @@ make VERBOSE=1
|
||||||
# Finally, build freedv-gui
|
# Finally, build freedv-gui
|
||||||
cd $FREEDVGUIDIR && git pull
|
cd $FREEDVGUIDIR && git pull
|
||||||
mkdir -p $BUILD_DIR && cd $BUILD_DIR && rm -Rf *
|
mkdir -p $BUILD_DIR && cd $BUILD_DIR && rm -Rf *
|
||||||
$CMAKE -DCMAKE_BUILD_TYPE=Debug -DCODEC2_BUILD_DIR=$CODEC2DIR/$BUILD_DIR -DLPCNET_BUILD_DIR=$LPCNETDIR/$BUILD_DIR ..
|
$CMAKE -DCMAKE_BUILD_TYPE=Debug -DCODEC2_BUILD_DIR=$CODEC2DIR/$BUILD_DIR -DLPCNET_BUILD_DIR=$LPCNETDIR/$BUILD_DIR -DBOOTSTRAP_WXWIDGETS=1 ..
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue