X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fappimage%2Fsigrok-native-appimage;h=a044cee181d5c32d56cbe79a274292ea59e0f877;hb=4ac0f817523c61646aa4fa1948f6d0b455dde7af;hp=bf72651e3f8e4c91aa440555cb2fec424ec32816;hpb=b24da7c1287ae6e12da36772a25da776156fb37c;p=sigrok-util.git diff --git a/cross-compile/appimage/sigrok-native-appimage b/cross-compile/appimage/sigrok-native-appimage index bf72651..a044cee 100755 --- a/cross-compile/appimage/sigrok-native-appimage +++ b/cross-compile/appimage/sigrok-native-appimage @@ -18,15 +18,6 @@ cd ./$APP wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh . ./functions.sh -######################################################################## -# Get runtime dependencies -######################################################################## - -sudo apt-get update - -# The following are installed into the host system so that we can bundle them into the AppImage as dependencies -sudo apt-get -y --force-yes install libqt5svg5 libqt5gui5 libboost-thread1.58.0 libboost-test1.58.0 libboost-chrono1.58.0 libboost-atomic1.58.0 libftdi1-2 libzip4 - ######################################################################## # Get build products from Jenkins # FIXME: Do the actual building here instead