A simple CLion/CMake project using JUCE on RHEL8.
For Linux dependency details, see: JUCE Dependencies on Linux
Prerequisites:
- CMake 3.22
- gcc 13.2.1
- CLion
Once cloned, in CLion:
- File -> Open
- highlight the top-level directory this project was cloned to
The enclosed CLion project should automatically load.
Two CLion Run Configurations will load (Debug and Release). Execution of either will trigger a build of main and output the JUCE version to stdout.
License: Anything in this repo is free to use for any purpose. Note that JUCE has its own license.