News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Updating Mac Builds

Started by slackmoehrle, March 30, 2019, 06:59:14 PM

Previous topic - Next topic

slackmoehrle

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?

oBFusCATed

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...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

slackmoehrle

Yeah, that's the plan. thanks for chiming in.