From: Uwe Hermann Date: Fri, 27 May 2016 15:02:18 +0000 (+0200) Subject: sigrok-native-appimage: Don't modify host system. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=ab4456ba479065c3f70671d2458e4ddd3ec32a6d sigrok-native-appimage: Don't modify host system. Instead of running apt-get (and requiring sudo) simply assume all build requirements are present on the host. --- 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