[AppImage] packagin using appimage-builder

This subforum is specifically to discuss packaging issues on different platforms (windows, mac, linux), and using different packaging systems (conda, etc...)
Post Reply
azubieta
Posts: 1
Joined: Wed Mar 31, 2021 5:31 pm

[AppImage] packagin using appimage-builder

Post by azubieta »

I'm working on a recipe for packaging FreeCAD using appimage-builder. For the purpose I'm using the binaries from

Code: Select all

http://ppa.launchpad.net/freecad-maintainers/freecad-stable
. Those binaries use a custom launcher

Code: Select all

/usr/lib/freecad/bin/freecad-python3
which overrides the python environment set by the tool.

The question will be how can I launch freecad without using that launcher?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [AppImage] packagin using appimage-builder

Post by Kunda1 »

Not sure but you can take a look at realthunder's https://github.com/realthunder/FreeCADMakeImage repo
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply