X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fappimage%2FREADME;h=41af701c0b4dae70a4f06ac9bab6e6aaf00ff9f7;hb=8a9979e1f48dcdb1f1b1023be8e1ec2ac0f73a6e;hp=f3c83d0c1b055e69199bd1b09de4c4ca9e83b976;hpb=ea193494966e38fae4e9eda91d4b273b8444101f;p=sigrok-util.git diff --git a/cross-compile/appimage/README b/cross-compile/appimage/README index f3c83d0..41af701 100644 --- a/cross-compile/appimage/README +++ b/cross-compile/appimage/README @@ -12,15 +12,12 @@ No need to install. No system libraries or system preferences are altered. For more information on AppImage, please see http://appimage.org/ -For example AppImages, please see -https://github.com/probonopd/AppImages - Status ------ -Working, nightly AppImages are provided here: -https://sigrok.org/jenkins/job/sigrok-native-appimage/ +Working AppImages (stable releases and nightly builds) are provided here: +https://sigrok.org/wiki/Downloads Requirements @@ -29,7 +26,25 @@ Requirements The script assumes you have built all of the sigrok subprojects and installed them into $HOME/sr (e.g. via the sigrok-cross-linux script). -The AppImages are tested to build fine on Ubuntu 14.04 (32bit and 64bit). +It also assumes you have built AppImageKit in $HOME. First, install all +build requirements of AppImageKit (see AppImageKit docs or its +install-build-deps.sh file). Then: + + $ cd $HOME + $ git clone https://github.com/AppImage/AppImageKit + $ cd AppImageKit + +Apply chdir.patch (required to fix sigrok bug #1300), then build: + + $ patch -p1 < chdir.patch + $ ./build.sh + +Temporary workaround for an AppImageKit issue: + + $ mkdir -p build/lib/appimagekit + $ cp build/out/mksquashfs build/lib/appimagekit + +The AppImages are tested to build fine on Ubuntu 16.04 (32bit and 64bit). These older distros are used for the build so that the generated AppImages can run on as many different systems as possible.