]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-native-appimage: Don't modify host system.
authorUwe Hermann <redacted>
Fri, 27 May 2016 15:02:18 +0000 (17:02 +0200)
committerUwe Hermann <redacted>
Tue, 31 May 2016 09:04:40 +0000 (11:04 +0200)
Instead of running apt-get (and requiring sudo) simply assume all build
requirements are present on the host.

cross-compile/appimage/sigrok-native-appimage

index bf72651e3f8e4c91aa440555cb2fec424ec32816..a044cee181d5c32d56cbe79a274292ea59e0f877 100755 (executable)
@@ -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