We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JDK 9 is the currently installed version (installed by `brew cask install java8`) but does not work with building Arduino
Updated Building Arduino (markdown)
Makes Linux installation section interpreted as MD instead of code since fixing the intent of the previous two commits
trivial edit: CentOS build needs this as well: xz-lzma-compat
clarify wiki markup between Linux variants, note with capitalization trademarks, add CentOS sub-section
Better format the "Steps for First Time Setup"
Fix incorrect instruction about entering a Java version during build (prompt asks for Arduino version to build)
Improve formatting
Remove superfluous, non-existent git command that nobody noticed (confirmed by the original author)
Revert edba6b43c11a28a8c48916d925ba7760fd29f7ad...e3401bca3380579562be15f9516a6a1c045bfa67 on Building Arduino
Created Building Arduino (markdown)
This step doesn't work and is no longer necessary. Removing to prevent the confusion I went through.
git clone https://github.com/arduino/Arduino.git
adding detail for OS X folks
Simply running ant gives an error about "Invalid target version" if you have any recent JDK installed. So use ant dist to manually tell ant to use v1.6.6 of JDK.
svn -> git, typo
Added message for 64-bit windows.