If you need/want to generate an AppImage for Bitwig on a non-Debian Linux:
- Download or clone
https://github.com/AppImage/pkg2appimage
- If you don't have Docker installed, install it
- Start Docker
- Run
./pkg2appimage-with-docker recipes/Bitwig-Studio.yml
(for some reason AppImage already has a recipe for Bitwig) - If it fails, and asks you to set the environment variable
ARCH
: add the lineENV ARCH=x86_64
(or your architecture) to./Dockerfile
, belowDOCKER_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.