Skip to content

Commit 74fdfdb

Browse files
sciencewhizpjbuterbaugh
authored andcommitted
Update macOS and Xcode version (#2295)
Needed for wpilibsuite/allwpilib#5379
1 parent 9b712ae commit 74fdfdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/docs/software/wpilib-tools/robot-simulation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If at any point in time you want to disable Desktop Support, simply re-run the "
2828
Additional C++ Dependency
2929
^^^^^^^^^^^^^^^^^^^^^^^^^
3030

31-
C++ robot simulation requires that a native compiler to be installed. For Windows, this would be `Visual Studio 2022 <https://visualstudio.microsoft.com/vs/>`__ (**not** VS Code), macOS requires `Xcode 13 or later <https://apps.apple.com/us/app/xcode/id497799835>`__, and Linux (Ubuntu) requires the ``build-essential`` package.
31+
C++ robot simulation requires that a native compiler to be installed. For Windows, this would be `Visual Studio 2022 <https://visualstudio.microsoft.com/vs/>`__ (**not** VS Code), macOS requires `Xcode 14 or later <https://apps.apple.com/us/app/xcode/id497799835>`__, and Linux (Ubuntu) requires the ``build-essential`` package.
3232

3333
Ensure the :guilabel:`Desktop Development with C++` option is checked in the Visual Studio installer for simulation support.
3434

source/docs/zero-to-robot/step-2/wpilib-setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Prerequisites
99
Supported Operating Systems and Architectures:
1010
* Windows 10 & 11, 64 bit only. 32 bit and Arm are not supported
1111
* Ubuntu 22.04, 64 bit. Other Linux distributions with glibc >= 2.34 may work, but are unsupported
12-
* macOS 11 or higher, both Intel and Arm.
12+
* macOS 11 or higher, both Intel and Arm for Java. C++ requires macOS 12 or higher with Xcode 14.
1313

1414
.. warning:: For 2024, macOS 12 or higher will be required for C++
1515

@@ -159,7 +159,7 @@ Some operating systems require some final action to complete installation.
159159
Additional C++ Installation for Simulation
160160
------------------------------------------
161161

162-
C++ robot simulation requires that a native compiler to be installed. For Windows, this would be `Visual Studio 2022 <https://visualstudio.microsoft.com/vs/>`__ (**not** VS Code), macOS requires `Xcode 13 or later <https://apps.apple.com/us/app/xcode/id497799835>`__, and Linux (Ubuntu) requires the ``build-essential`` package.
162+
C++ robot simulation requires that a native compiler to be installed. For Windows, this would be `Visual Studio 2022 <https://visualstudio.microsoft.com/vs/>`__ (**not** VS Code), macOS requires `Xcode 14 or later <https://apps.apple.com/us/app/xcode/id497799835>`__, and Linux (Ubuntu) requires the ``build-essential`` package.
163163

164164
Ensure the :guilabel:`Desktop Development with C++` option is checked in the Visual Studio installer for simulation support.
165165

0 commit comments

Comments
 (0)