<div dir="ltr"><div class="gmail_default" style="font-size:small">Andrew, I find it scary too so I just do these steps manually after I finish the standard build:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">1) go to wherever you have the directory of cinelerra-5.1<br></div><div class="gmail_default" style="font-size:small">2) mkdir /tmp/AppDir</div><div class="gmail_default" style="font-size:small">3) mkdir /tmp/AppDir/usr</div><div class="gmail_default" style="font-size:small">4) cp -r bin /tmp/AppDir/usr</div><div class="gmail_default" style="font-size:small">5) cd /tmp<br></div><div class="gmail_default" style="font-size:small">6) run linuxdeploy from where it exists (in my case shown below, it is at /proj/appimage:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">/proj/appimage/linuxdeploy-x86_64.AppImage --appdir=AppDir -o appimage -d /tmp/AppDir/usr/bin/applications/cin.desktop -i /tmp/AppDir/usr/bin/pixmaps/cin.svg -e /tmp/AppDir/usr/bin/cin -e /tmp/AppDir/usr/bin/mpeg2enc -e /tmp/AppDir/usr/bin/mplex -e /tmp/AppDir/usr/bin/hveg2enc -e /tmp/AppDir/usr/bin/lv2ui -e /tmp/AppDir/usr/bin/bdwrite -e /tmp/AppDir/usr/bin/zmpeg3toc -e /tmp/AppDir/usr/bin/zmpeg3show -e /tmp/AppDir/usr/bin/zmpeg3cat -e /tmp/AppDir/usr/bin/zmpeg3ifochk -e /tmp/AppDir/usr/bin/zmpeg3cc2txt -e /tmp/AppDir/usr/bin/mplexlo 2>&1 | tee appimage.log</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Then there will be the file /tmp/cin-x86_64.AppImage which you can move to a non-temporary place<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Oct 19, 2024 at 6:29 AM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>