Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: billus on March 13, 2019, 05:26:03 am

Title: Has anyone created an Alpine APK for code::Blocks
Post by: billus on March 13, 2019, 05:26:03 am
I'm planning to make one, but would hope not to duplicate someone else's efforts.

I would do a Homebrew and framework for macOS, as well as an MSI for Windows, but I'm still figuring out how to build the source on macOS.

I may try to do a CMAKE build first since most of this is much easier if the project is already buildable by CMAKE.
Title: Re: Has anyone created an Alpine APK for code::Blocks
Post by: oBFusCATed on March 13, 2019, 10:32:07 am
C::B doesn't use CMake for build system generation. It either uses autotools or an internal build system. For building packages it is best to use the autotools system.