Skip to content

Instantly share code, notes, and snippets.

@cerkut
Created November 16, 2018 14:54
Show Gist options
  • Save cerkut/3f2d5b9a17d9571b0f39b48f45bd3ea9 to your computer and use it in GitHub Desktop.
Save cerkut/3f2d5b9a17d9571b0f39b48f45bd3ea9 to your computer and use it in GitHub Desktop.
MAC: How to compile JUCE projects from terminal

[#B] How to run projucer from the command line mac

Command line options - The Projucer - JUCE
cd ~/Developer/JUCE/Projects/SimpleFilters
/Applications/Projucer.app/Contents/MacOS/Projucer --resave SimpleFilters.jucer
xcodebuild -project Builds/MacOSX/SimpleFilters.xcodeproj 
open Builds/MacOSX/build/Debug/SimpleFilters.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment