Skip to content

aferrero2707/rapid-photo-downloader-appimage

Repository files navigation

How to build

The build environment for the GIMP AppImage is based on jhbuild.

However, there is no need to manually install jhbuild, as the build scripts will take care of that automatically.

The creation of the AppImage proceeds in three steps:

  1. installation of Python 3.5 and jhbuild:

    ./bootstrap.sh

The bootstrap.sh command will ask for the root password in order to create the special /yyy folder under which all software will be installed

  1. compilation of rapid-photo-downloader and all its dependencies with jhbuild:

    ./build.sh rpd

  2. creation of the AppImage itself:

    ./mkappimage

The last two steps will download the source code on work/sources, install them under /yyy, and save the AppImage package in out/

Dependencies

zlib (zlib1g-dev in Ubuntu), perl (libpython-all-dev in Ubuntu), libusb,

Credits

The AppImage uses the exec-wrapper originally developed by the KDE team:

git://anongit.kde.org/scratch/brauch/appimage-exec-wrapper

It allows rapid-photo-downloader to spawn external commands with the original shell environment instead of the one proper to the AppImage itself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published