We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Point migration link to the latest release version of the docs (previous URL provided outdated docs)
Rename back to Build Process, seems github does not redirect after rename and there are incoming links that would break
Renamed to "Sketch build process" for clarity
Replace content with a link to the new location
Add migration notice
Clarify statment re: source file extensions in Compilation step
Files processed are not only .c and .cpp but also .S .ino .pde
Add prior dependency paths to the "pre-defined include search paths" list
Document that .pde files are treated the same as .ino
Small clarification on architecture compatibilty for libraries.
Document dependency resolution process
Include path is set to dir of each library used/disconvered not to the parent "libraries" directory
Document .ino file concatenation order
Document that #include <Arduino.h> is only added if not already present
Cleanup, organization, and updates including issues mentioned in #5420
Revert 798dfc0fee3660ffe12e062690c14e6ae570c223...7842dc69bae0c26f1282e8c86e1ca5cee1f2f1e5 on Build Process
Make up-to-date, largely by migrating content from https://www.arduino.cc/en/Hacking/BuildProcess
Fix mardown titles
Point Google Code page platform links to the Arduino IDE 1.5 3rd party Hardware specification
Updated Build Process (markdown)
Migrated from GoogleCode