This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p appdir/usr/optional/ ; wget -c https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/exec-x86_64.so -O ./appdir/usr/optional/exec.so | |
mkdir -p appdir/usr/optional/libstdc++/ ; cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./appdir/usr/optional/libstdc++/ | |
( cd appdir ; rm AppRun ; wget -c https://github.com/darealshinji/AppImageKit-checkrt/releases/download/continuous/AppRun-patched-x86_64 -O AppRun ; chmod a+x AppRun) | |
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage | |
chmod a+x linuxdeploy-x86_64.AppImage | |
OUTPUT="testapp-x86_64.AppImage" ./linuxdeploy-x86_64.AppImage --appimage-extract-and-run -e testapp --appdir appdir -e testapp -i appimage/testapp-icon.svg -d appimage/testapp.desktop --output appimage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linux-vdso.so.1 (0x00007ffe051ba000) | |
libfuse.so.2 => /usr/lib/libfuse.so.2 (0x00007fce7703d000) | |
libboost_filesystem.so.1.67.0 => /usr/lib/libboost_filesystem.so.1.67.0 (0x00007fce76e21000) | |
libboost_thread.so.1.67.0 => /usr/lib/libboost_thread.so.1.67.0 (0x00007fce76bf6000) | |
libboost_program_options.so.1.67.0 => /usr/lib/libboost_program_options.so.1.67.0 (0x00007fce76971000) | |
libboost_system.so.1.67.0 => /usr/lib/libboost_system.so.1.67.0 (0x00007fce7676c000) | |
libboost_chrono.so.1.67.0 => /usr/lib/libboost_chrono.so.1.67.0 (0x00007fce76563000) | |
libboost_date_time.so.1.67.0 => /usr/lib/libboost_date_time.so.1.67.0 (0x00007fce76351000) | |
libboost_atomic.so.1.67.0 => /usr/lib/libboost_atomic.so.1.67.0 (0x00007fce7614f000) | |
libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007fce75ee5000) |