
Install Required Applications
=============================================================================

Building RStudio requires installations of a number of applications 
(including R). These applications include:

- R:         https://www.r-project.org/
- XCode:     https://developer.apple.com/xcode/
- CMake:     https://www.cmake.org/

Note that after installing XCode you should also be sure to install the XCode
Command Line Tools (which can be done by running the following:

xcode-select --install

Installing Qt SDK
=============================================================================

Building RStudio Desktop requires installation of Qt 5.12.6, including
the macOS and QtWebEngine components.

- Qt 5.12.6: https://www.qt.io/


Satisfy Additional Dependencies
=============================================================================

Additional dependencies can be satisfied by running the following script:

./install-dependencies-osx

Note that this script includes download, extraction, and compilation of
boost so can take some time (30-60 minutes) to complete.

