Skip to content

Instantly share code, notes, and snippets.

@stefanocoding
Created May 16, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanocoding/43ef54273c85de4dace03beeaec79e85 to your computer and use it in GitHub Desktop.
Save stefanocoding/43ef54273c85de4dace03beeaec79e85 to your computer and use it in GitHub Desktop.

If you need/want to generate an AppImage for Bitwig on a non-Debian Linux:

  1. Download or clone https://github.com/AppImage/pkg2appimage
  2. If you don't have Docker installed, install it
  3. Start Docker
  4. Run ./pkg2appimage-with-docker recipes/Bitwig-Studio.yml (for some reason AppImage already has a recipe for Bitwig)
  5. If it fails, and asks you to set the environment variable ARCH: add the line ENV ARCH=x86_64 (or your architecture) to ./Dockerfile, below DOCKER_BUILD=1

Just in case it's not clear: you have to follow the steps on a terminal, at least step 4.

The AppImage created is available in the directory ./out/.

The previous steps worked for me on Clear Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment