Ishan Grover
Ishan Grover
> You're not running the pre-build.sh script that generates that header file ;) Yeah that fixed it (I used `autogen.sh`) From past few days, I tried many thing to fix...
> @IshanGrover2004 have you installed libgpac on your system or you are installing it in the alpine linux under this script? I am installing in alpine linux in docker It...
> @IshanGrover2004 The alpine and docker method may have some outdated steps That i got to know at very 1st day when i saw this script, so I was also...
> if you really want to build AppImage I would suggest to use this package: https://github.com/AppImageCrafters/appimage-builder @prateekmedia Still we want to have first `ccextractor` executable bin file which should be...
> I am able to build already, I think you should refer to this: https://github.com/CCExtractor/ccextractor/wiki/Installation#linux > > and > > https://github.com/CCExtractor/ccextractor/blob/master/docs/COMPILATION.MD I am already aware of these resources, this will...
> You should not care about dynamic or static, at the end you have to bundle the libraries with .so related to build in the appimage So do I need...
So should I change this PR to actually build AppImage for ccextractor (instead of build-static)
> You should just build and bundle libraries to AppImage and test in different ubuntu versions to check backward compatibility. Is [this](https://appimage-builder.readthedocs.io/en/latest/advanced/full_bundle.html#instructions) the exact thing for what you want @prateekmedia...
After a lot struggle with different AppImage tools, I **successfully made an AppImage which is working**. @prateekmedia I will first **revert the all the commits above** for build_static and **delete...
This PR is ready to review and get merged