2019-04-23 20:51:15 +00:00
# OSCAR Build Instructions for Mac
## Prerequisites
2019-09-19 00:56:32 +00:00
- [Qt 5.12.5] (the current LTS release as of OSCAR 1.1.0)
2019-04-23 20:51:15 +00:00
- [macOS 10.12 Sierra] or higher for building (required by Qt 5.12)
2019-08-25 17:49:11 +00:00
- Command-Line Tools for Xcode 9.2, and optionally [Xcode] itself
2019-04-23 20:51:15 +00:00
- Xcode 9.2 is the last version that runs on macOS 10.12
- Xcode 10.1 is the last version that runs on macOS 10.13
2019-08-25 17:49:11 +00:00
- Xcode 10.3 is the latest version that runs on macOS 10.14
2019-04-23 20:51:15 +00:00
2019-08-25 17:49:11 +00:00
NOTE: Official builds are currently made with [macOS 10.14 Mojave] and Command-Line Tools for [Xcode] 10.3.
2019-04-23 20:51:15 +00:00
## Setup
1. Install Mac OS X 10.12.6 Sierra (or later) and apply all updates.
* Optionally create a "build" user.
2019-08-25 17:49:11 +00:00
2. (Optional) Install Xcode 9.2 (or later, if using a newer version of macOS), approx. 7GB:
2019-04-23 20:51:15 +00:00
1. Open Xcode_9.2.xip to expand it with Archive Utility. This will take a while.
2. Delete the .xip archive.
3. Move Xcode.app into /Applications.
4. Launch Xcode.app and agree to the license.
5. Uncheck "Show this window..." and close the window.
6. Xcode > Quit
2019-08-25 17:49:11 +00:00
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._
2019-09-19 00:56:32 +00:00
4. Install Qt (as "build" user, if created), approx. 3GB:
1. Mount qt-opensource-mac-x64-5.12.5.dmg
2. Launch qt-opensource-mac-x64-5.12.5
2019-08-25 17:49:11 +00:00
3. Next, Skip, Continue, (optionally change the installation directory), Continue
2019-09-19 00:56:32 +00:00
* Qt is entirely self-contained and can be installed anywhere. It defaults to ~/Qt5.12.5.
2019-08-25 17:49:11 +00:00
* 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.
2019-09-19 00:56:32 +00:00
4. Expand Qt 5.12.5 and select "macOS", Continue
2019-04-23 20:51:15 +00:00
5. Select "I have read and agree..." and Continue, Install
6. Uncheck "Launch Qt Creator", Done
2019-09-19 00:56:32 +00:00
7. Eject qt-opensource-mac-x64-5.12.5
2019-04-23 20:51:15 +00:00
## Build
1. Build OSCAR:
git clone https://gitlab.com/pholy/OSCAR-code.git
2019-08-25 17:49:11 +00:00
cd OSCAR-code
2019-04-23 20:51:15 +00:00
mkdir build
cd build
2019-09-19 00:56:32 +00:00
~/Qt5.12.5/5.12.5/clang_64/bin/qmake ../oscar/oscar.pro
2019-04-23 20:51:15 +00:00
make
2019-08-25 17:49:11 +00:00
The application is in OSCAR.app.
2019-04-23 20:51:15 +00:00
2. (Optional) Package for distribution:
2019-12-29 21:56:17 +00:00
make dist-mac
2019-04-23 20:51:15 +00:00
The dmg is at OSCAR.dmg.
2019-08-25 17:49:11 +00:00
## (Optional) Using Qt Creator
2019-09-19 00:56:32 +00:00
1. Launch Qt Creator where you installed Qt above, by default ~/Qt5.12.5/Qt Creator.app.
2019-08-25 17:49:11 +00:00
2. File > Open File or Project... and select ~/OSCAR-code/oscar/oscar.pro (or wherever you cloned it above), then click "Configure Project".
3. Configure building:
1. Click on "Projects" in the left panel.
2. Under **Build Settings** , in the "Edit build configuration" drop-down menu, select "Release".
3. Click to expand "Details" for the **qmake** build step.
4. Uncheck "Enable Qt Quick Compiler", click "No" to defer recompiling.
4. Configure packaging for distribution:
2019-09-19 00:56:32 +00:00
1. Copy the "Build directory" path from the **Build Settings** panel above. (Default is "/Users/build/OSCAR-code/build-oscar-Desktop_Qt_5_12_5_clang_64bit-Release")
2019-08-25 17:49:11 +00:00
2. Tools > External > Configure...
3. Select "Add Tool" from the "Add" drop-down menu near the bottom of the window.
4. Set the name to "Deploy".
5. Set the Description to "Creates a distributable .dmg".
2019-09-19 00:56:32 +00:00
6. Set the Executable to the full path where you installed Qt: "/Users/build/Qt5.12.5/5.12.5/clang_64/bin/macdeployqt".
2019-08-25 17:49:11 +00:00
7. Set the Arguments to "OSCAR.app -dmg".
8. Set the working directory to the build directory path copied in step 1.
9. Click OK.
5. To compile, select Build > Build Project "oscar". The application is in OSCAR.app.
2019-12-29 21:56:17 +00:00
6. To create a .dmg, select Tools > External > Deploy. The dmg is at OSCAR.dmg. **Note that the resulting .dmg will NOT include the README.**
2019-08-25 17:49:11 +00:00
2019-09-19 00:56:32 +00:00
[Qt 5.12.5]: http://download.qt.io/archive/qt/5.12/5.12.5/qt-opensource-mac-x64-5.12.5.dmg
2019-08-25 17:49:11 +00:00
[macOS 10.14 Mojave]: https://apps.apple.com/us/app/macos-mojave/id1398502828?ls=1& mt=12
[macOS 10.13 High Sierra]: https://apps.apple.com/us/app/macos-high-sierra/id1246284741?ls=1& mt=12
[macOS 10.12 Sierra]: https://apps.apple.com/us/app/macos-sierra/id1127487414?ls=1& mt=12
2019-04-23 20:51:15 +00:00
[Xcode]: https://developer.apple.com/download/more/