Installation Guide for Mac
This guide supplies step-by-step instructions for installing the required tools for the course.
Before You Begin
First, create accounts for the following services if you have not done so already:
Additionally, accept the invite for your section on Slack. You will receive the link to your class-specific channel during orientation.
Terminal
Because you’re using a Mac, you already have access to Terminal! To open it, follow these steps:
-
Press Command and the space bar to open Spotlight Search, shown in the following image:
-
Type "terminal" in the search box, then press Enter, as shown in the following image:
-
Select Terminal from the list of search results—when it opens, it will resemble the following image:
Xcode
To install Xcode, follow these instructions:
-
Open the Mac App Store and search for Xcode, as shown in the following image:
-
Download and install Xcode. When the installation completes, open the program.
-
Agree to the terms of service.
-
You'll know that the installation is complete when the "Welcome to Xcode" window appears, as shown in the following image:
Java Development Kit
The following video will guide you through installing the Java Development Kit (JDK):
Alternatively, you can follow these steps:
-
Navigate to the JDK Downloads page.
-
Be sure to review the Oracle Technology Network License Agreement for Oracle Java SE.
-
Select the macOS x64 download option.
-
When the download completes, open the installation package in your browser.
-
In the installation package window, double-click the package icon to start the installation wizard.
-
In the Introduction section of the installation wizard, select Continue.
-
The Destination Select section will automatically choose an installation location and then redirect to the next section.
-
Under Installation Type, select Install.
-
Enter your password in the box that appears, then select Install Software.
-
When the installation completes, a message will indicate that "The software was successfully installed."
-
The wizard will automatically progress to the Summary section, which means that you successfully installed the JDK!
-
Close the window and select Move to Trash for the installation files.
-
Open Terminal and run the
java -version
command to verify that the installation worked.
IntelliJ IDEA
The following video will guide you through installing Intellij IDEA:
Alternatively, you can follow these steps:
-
Navigate to the Download Intellij IDEA page.
-
Download the Community edition.
-
When the download completes, run the disk image file.
-
In the Finder window that appears, drag the IntelliJ IDEA CE icon into your Applications folder.
-
Find IntelliJ in either Launchpad or your Applications folder, then open it.
-
When you receive a prompt to open a third-party app downloaded from the internet, select Open.
-
You'll then receive a prompt to import IntelliJ settings from a config or installation folder; leave the default "Do not import settings" option and select OK.
-
Choose whether or not to send usage statistics.
-
When you receive a prompt to customize IntelliJ IDEA, you can either select Skip Remaining and Set Defaults or click through to set the theme and other settings—until you reach the Start Using IntelliJ button.
-
After a successful installation, eject the install drive and delete the IntelliJ IDEA disk image from your downloads.
You're Done
That's all for the installations! Your computer has everything that you'll need to begin on the first day of class.