<div dir="auto">So, I was reading<div dir="auto"><br></div><div dir="auto"><a href="https://cinelerra-gg.org/download/CinelerraGG_Manual/Build_CinGG_AppImage_from_s.html" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">https://cinelerra-gg.org/download/CinelerraGG_Manual/Build_CinGG_AppImage_from_s.html</a><br></div><div dir="auto"><br></div><div dir="auto">I already had pre-build static/opevpl cingg in</div><div dir="auto"><br></div><div dir="auto">/dev/shm/new-git/cinelerra/cinelerra-5.1</div><div dir="auto"><br></div><div dir="auto">so I cd there</div><div dir="auto"><br></div><div dir="auto">cd tools</div><div dir="auto"><br></div><div dir="auto">wget <a href="https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-i686.AppImage" rel="noreferrer noreferrer noreferrer" target="_blank">https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-i686.AppImage</a><br></div><div dir="auto"><br></div><div dir="auto">(note, for x86_64 name will be different!)</div><div dir="auto"><br></div><div dir="auto"> chmod +x appimagetool-i686.AppImage</div><div dir="auto"><br></div><div dir="auto">cd ../</div><div dir="auto"><br></div><div dir="auto">guest@slax:/dev/shm/new-git/cinelerra/cinelerra-5.1$ setarch i686 ./bld_appimage.sh<br></div><div dir="auto"><br></div><div dir="auto">on x86_64 you obviously can skip setarch part</div><div dir="auto"><br></div><div dir="auto">it was a bit scary because it re-run configure with its own parameters, but at the end it just sailed past build phase and packaged resultin binaries in cinelerra-5.1/bin as cin-i386.AppImage</div><div dir="auto"><br></div><div dir="auto">so, in general procedure works, I think, just make sure you have makesquashfs installed ?</div></div>