projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d693424
)
sigrok-native-appimage: Update README.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 11 Oct 2018 18:58:28 +0000
(20:58 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 11 Oct 2018 18:58:28 +0000
(20:58 +0200)
cross-compile/appimage/README
patch
|
blob
|
history
diff --git
a/cross-compile/appimage/README
b/cross-compile/appimage/README
index f3c83d0c1b055e69199bd1b09de4c4ca9e83b976..36c37f135dea6bbcb44de810d6464ce22e9be158 100644
(file)
--- a/
cross-compile/appimage/README
+++ b/
cross-compile/appimage/README
@@
-12,9
+12,6
@@
No need to install. No system libraries or system preferences are altered.
For more information on AppImage, please see
http://appimage.org/
For more information on AppImage, please see
http://appimage.org/
-For example AppImages, please see
-https://github.com/probonopd/AppImages
-
Status
------
Status
------
@@
-29,6
+26,20
@@
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 script assumes you have built all of the sigrok subprojects and
installed them into $HOME/sr (e.g. via the sigrok-cross-linux script).
+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
+ $ ./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 14.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.
The AppImages are tested to build fine on Ubuntu 14.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.