Questions tagged [projucer]

2 questions
0
votes
0 answers

Error when building Projucer for JUCE framework on an older Mac

I'm currently experiencing an issue while trying to build the Projucer on an older Mac running macOS 10.15.7 (Catalina). I do not have Xcode installed, so I'm attempting to build Projucer using CMake and the command-line tools. I have ensured that…
Mitsun0bu
  • 21
  • 9
0
votes
0 answers

How to open/import a CMake+JUCE project in Projucer

I'm familiar with CMake, but now I need to work with JUCE. I've created CMakeLists.txt file and added there things like add_subdirectory(JUCE) # it's a submodule juce_add_console_app(chess-test PRODUCT_NAME "ChessTest" VERSION…
Serge Rogatch
  • 13,865
  • 7
  • 86
  • 158