Hey #Developers

When I was using Linux on my main work laptop I started using #KDevelop and really like it for an IDE.

Now I'm using a MacBook Pro with M2 proc that I really like overall but I can't seem to get a working version of KDevelop on it.I've tried Rosetta 2, KDE Craft, finding a native build, but I can't seem to get anything to run. Got any ideas?

Some updates:

One big consideration is whether or not you're using Homebrew or MacPorts on your Mac.

If you're like me like I know I am, you're using #brew and those two unofficial package managers don't play nicely together.

So I found this #homebrew tap:
https://github.com/KDE/homebrew-kde

#kcalc builds fine, but I get this error with #kdevelop
ninja: error: '/usr/lib/libicucore.dylib', needed by 'bin/LLIntSettingsExtractor', missing and no known rule to make it
Thoughts?

GitHub - KDE/homebrew-kde: Homebrew formulas for building KDE software on macOS

Homebrew formulas for building KDE software on macOS - KDE/homebrew-kde

GitHub