Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
AppImage generation for Linux
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: AppImage generation for Linux (Read 3702 times)
christo
Developer
Multiple posting newcomer
Posts: 78
AppImage generation for Linux
«
on:
June 13, 2026, 01:37:17 pm »
AppImage
is a popular format for software bundling. I'm able to generated C::B AppImage with minimal host dependency via github action.
https://github.com/josephch/codeblocks/actions/runs/27463347269#artifacts
Github workflow :
https://github.com/josephch/codeblocks/blob/custom/.github/workflows/build_appimage.yml
I think it is a good idea to distribute our releases in AppImage format also, as it can be used on many distros.
There are additional configuration options required - to use bundled software if present and to use static wxwidgets. Those are added to svn.
Logged
killerbot
Administrator
Lives here!
Posts: 5573
Re: AppImage generation for Linux
«
Reply #1 on:
June 15, 2026, 01:41:50 pm »
indeed a very good idea. Let's see if we can also do it for the nightly builds.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
AppImage generation for Linux