Is there an indeprh tutorial on what IDE to use and how to set it up or at least what IDE to use. I’ve found alot of info online but none that is current
Not an in depth tutorial but I recommend VScode for Ubuntu. You can set it up with the Cmake Tools extension. If your using Projucer, there are some forum posts with configurations.
Thank you. I will try to find the posts.
I use CLion, its great. Helped me tame CMake …
So I after a ton of research and a tol of trial and error I was able to set up juce for codeblocks in Linux.
Not sure if that’s a good idea, codeblocks is no longer a supported exporter in the Projucer.
Is there a reason you couldn’t use CMake with Visual Studio Code, for example?
The build date on JUCE 7.0.5 is april 11th 2024 and the codeblocks exporter option is available on th Projucer GUI
I was setting up VisualStudioCode and ran into issues with setting up the launch.json file along with the other json files
If you use VS Code, don’t forget to turn off its spyware functionality:
And …
Just use vscodium:
https://vscodium.com/

