]> sigrok.org Git - sigrok-util.git/blame_incremental - cross-compile/appimage/README
sigrok-native-appimage: Bump upstream files in contrib/.
[sigrok-util.git] / cross-compile / appimage / README
... / ...
CommitLineData
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5This is a small script for bundling PulseView/sigrok-cli 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
40For PulseView:
41
42 $ ./sigrok-native-appimage
43
44For sigrok-cli:
45
46 $ ./sigrok-native-appimage sigrok-cli
47
48Per default the script will put the AppImages in:
49
50 ./out/*.AppImage
51
52Please edit the script if you want to change any settings.