mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Update the README to note the need for gcc 5+ and Visual Studio (#640)
Update the build requirements in the README. Add a note about Visual Studio, the need for gcc 5, and remove the style guide; it is mentioned further down, and it is not a requirement for building.
This commit is contained in:
committed by
Peter Johnson
parent
1711291cd8
commit
eb38204d1a
@@ -23,9 +23,13 @@ Using Gradle makes building WPILib very straightforward. It only has a few depen
|
||||
|
||||
## Requirements
|
||||
|
||||
- A C++ compiler
|
||||
- On Linux, gcc works fine
|
||||
- On Windows, you need Visual Studio 2015 (the free community edition works fine).
|
||||
Make sure to select the C++ Programming Language for installation
|
||||
- [ARM Compiler Toolchain](http://first.wpi.edu/FRC/roborio/toolchains/)
|
||||
* Note that for 2017-2018 and beyond, you will need version 5 or greater of gcc
|
||||
- Doxygen (Only required if you want to build the C++ documentation)
|
||||
- [wpiformat](https://github.com/wpilibsuite/styleguide)
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user