]> sigrok.org Git - sigrok-util.git/blame_incremental - cross-compile/appimage/README
README: Update to current AppImage status.
[sigrok-util.git] / cross-compile / appimage / README
... / ...
CommitLineData
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5This is a small script for bundling PulseView and its dependencies
6for Linux systems as an AppImage.
7
8AppImage is a bundle format for Linux applications that allows the user to
9download an application, make it executable, and run.
10No need to install. No system libraries or system preferences are altered.
11
12For more information on AppImage, please see
13http://appimage.org/
14
15For example AppImages, please see
16https://github.com/probonopd/AppImages
17
18
19Status
20------
21
22Working, nightly AppImages are provided here:
23https://sigrok.org/jenkins/job/sigrok-native-appimage/
24
25
26Requirements
27------------
28
29The script assumes you have built all of the sigrok subprojects and
30installed them into $HOME/sr (e.g. via the sigrok-cross-linux script).
31
32The AppImages are tested to build fine on Ubuntu 14.04 (32bit and 64bit).
33These older distros are used for the build so that the generated AppImages
34can run on as many different systems as possible.
35
36
37Building
38--------
39
40 $ ./sigrok-native-appimage
41
42Per default it will put the AppImage in:
43
44 ./out/*.AppImage
45
46Please edit the script if you want to change any settings.