3. Install the command-line developer tools, approx. 0.6GB:
1. Launch Terminal.app and run:
xcode-select --install
2. Click "Install".
3. Click "Agree".
This will download and install the latest version of the Command-Line Tools for Xcode for your version of macOS, without requiring a developer account.
_Alternatively, the command-line tools installer .dmg can be downloaded from the [Xcode] download site, but you will need a (free) developer account and will
need to pick the appropriate download for your version of macOS._
* If you only have the command-line tools installed, the Qt installer will complain that "You need to install Xcode and set up Xcode command line tools." Simply click OK.
1. Click "Clone..." to the right of the "Edit build configuration" drop-down menu.
2. Name the new configuration "Deploy".
3. Click to expand "Details" for the **Make** build step.
4. Set the Make arguments for the Make step to "dist-mac".
5. To build OSCAR, select "Release" from the "oscar" button in the left panel. Then select Build > Build Project "oscar". The application is in OSCAR.app.
6. To build OSCAR and package for distribution, select "Deploy" from the "oscar" button in the left panel. Then select Build > Build Project "oscar". The dmg is at OSCAR.dmg.
* Progress in "Compile Output" will pause for several seconds while "Creating .dmg". This is normal.