Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: slackmoehrle on March 30, 2019, 06:59:14 pm

Title: Updating Mac Builds
Post by: slackmoehrle on March 30, 2019, 06:59:14 pm
Hi Everyone,

I am so used to Code::Blocks on Windows and Linux that I really miss this workflow on my Mac.

So, I'd like to get the latest from SVN to working on 10.13 and 10.14 and also make a brew package, for ease of installing and updating.

Anything I should know before I get neck deep?
Title: Re: Updating Mac Builds
Post by: oBFusCATed on March 30, 2019, 11:07:39 pm
Check the night builds...
Latest ones provide some builds...

Build wxwidgets (the newer the better) in some local folder.
Other than that ./configure --prefix=some-local-folder --with-wx-config=path to wx-config; make -jNNN; make install ; ./bundle.sh; move the CodeBlocks.app folder to /Applications ... When you find some bug debug, patch, repeat... :)

I'm sure I miss some steps...
Title: Re: Updating Mac Builds
Post by: slackmoehrle on March 31, 2019, 04:54:18 pm
Yeah, that's the plan. thanks for chiming in.