Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update macOS install instructions #2842

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions source/docs/zero-to-robot/step-2/wpilib-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,15 @@ When you download the WPILib installer, it is distributed as a disk image file `
.. tab-item:: macOS
:sync: macos

For this release, macOS users will need to have the Xcode Command Line Tools installed before running the installer; we are working on removing this requirement in a future release. This can be done by running ``xcode-select --install`` in the Terminal.

macOS users can double click on the downloaded ``DMG`` and then select ``WPILibInstaller`` to launch the application.
macOS users can double click on the downloaded ``dmg`` and then select ``WPILibInstaller`` to launch the application.

.. image:: images/wpilib-setup/macos-launch.png
:alt: Show the macOS screen after double clicking the DMG file.
:alt: Show the macOS screen after double clicking the .dmg file.

If a warning is shown about WPILibInstaller being downloaded from the internet, select :guilabel:`Open`.

.. image:: images/wpilib-setup/macos-downloaded.png
:alt: Warning about WPILibInstaller being downloaded from the internet

.. tab-item:: Linux
:sync: linux
Expand Down