X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fappimage%2FREADME;h=41af701c0b4dae70a4f06ac9bab6e6aaf00ff9f7;hp=36c37f135dea6bbcb44de810d6464ce22e9be158;hb=81a786537c1c77f39a4578356875471b615a0228;hpb=c8f1a10ff73a8429fd67b51086af377415316e56 diff --git a/cross-compile/appimage/README b/cross-compile/appimage/README index 36c37f1..41af701 100644 --- a/cross-compile/appimage/README +++ b/cross-compile/appimage/README @@ -16,8 +16,8 @@ http://appimage.org/ 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 @@ -33,6 +33,10 @@ 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: @@ -40,7 +44,7 @@ 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 14.04 (32bit and 64bit). +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.