Linux Help: Linking Code::Blocks

Hi, I’m a bit of a noob to linux.

Just managed to build the Projucer makefile and get Projucer up and running but I’m not having much luck with linking Projucer to Code::Blocks. I’ve tried fiddling around with the path on the modules but I’m uncertain if I’m barking up wrong tree.


I’m on the latest distro of elementary OS.
Any help would be much appreciated

I think this is generally not supported for Code::Blocks on Linux. However, this does nothing more than opening the project that gets generated when you save your project. You find the code blocks project in the build subfolder and can open it from there

Thanks for the quick response! I’m just glad I don’t have to use code blocks and endure that UI

Now that Juce6 has been released I’ve been barking at the CMake+QtCreator tree and it has been working very well for me, no need for Projucer (or Code::Blocks, or Visual Studio, or XCode) at all.

This may help you:
https://www.qt.io/download-qt-installer

or on a terminal:
sudo apt install qtcreator

PS: I really like ElementaryOS, the only reason I’m on Ubuntu 20.04 is that eOS is based on the LTS releases and sometimes I miss newer versions of some packages.