Skip to content

Commit fc929b5

Browse files
WPILib installation guide: Minor tweaks (#3019)
Came across these when researching something else, decided to make a quick PR.
1 parent a75ea47 commit fc929b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WPILib Installation Guide
22

3-
This guide is intended for Java and C++ teams. LabVIEW teams can skip to :doc:`labview-setup`. Python teams can skip to :doc:`python-setup`. Additionally, the below tutorial shows Windows 11, but the steps are identical for all operating systems. Notes differentiating operating systems will be shown.
3+
This guide is intended for Java and C++ teams. LabVIEW teams can skip to :doc:`labview-setup`. Python teams can skip to the :doc:`python-setup`. Additionally, the below tutorial shows Windows 11, but the steps are identical for all operating systems. Notes differentiating operating systems will be shown.
44

55
## Prerequisites
66

@@ -11,7 +11,7 @@ Supported Operating Systems and Architectures:
1111

1212
.. warning:: The following OSes are no longer supported: macOS 12 or earlier, Ubuntu 18.04 & 20.04, Windows 7, Windows 8.1, and any 32-bit Windows.
1313

14-
.. note:: [Windows 10 support from Microsoft will end in October 2025](https://www.microsoft.com/en-us/windows/end-of-support). We intend to continue supporting Windows 10 through the 2026 season, but may have to drop support in 2027. Teams should start planning their upgrade path to Windows 11.
14+
.. note:: [Windows 10 support from Microsoft will end in October 2025](https://www.microsoft.com/en-us/windows/end-of-support). We intend to continue supporting Windows 10 through the 2026 season, but may have to drop support in 2027. Teams should start planning their upgrade path to Windows 11, or switch to one of the supported Linux distributions listed.
1515

1616
.. note:: C++ compilation is memory intensive. A minimum of 32 GB of RAM is recommended for C++ teams.
1717

0 commit comments

Comments
 (0)