diff --git a/docs/getting-started.md b/docs/getting-started.md index f619506d6..f77102f3c 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -284,8 +284,20 @@ skip this step and return there for further instructions. The brick can run the vast majority of popular programming languages, so your favorite language is probably supported. Pick your language and write some code! +1. Choose a Language + See the available programming languages +2. Choose a Toolchain + +The following flowcharts can help you select the appropriate toolchain for: +* [C/C++] +* TBD + +3. Build Libraries (TBD) + +4. Download to Target & Debug/Run your program (TBD) + {% include /style/end-section.html %} @@ -294,3 +306,4 @@ favorite language is probably supported. Pick your language and write some code! [microSDXC]: https://en.wikipedia.org/wiki/Secure_Digital#SDXC [releases]:https://github.com/ev3dev/ev3dev/releases [nightly]:https://oss.jfrog.org/list/oss-snapshot-local/org/ev3dev/brickstrap/ +[C/C++]:https://github.com/tcwan/ev3dev/images/workflow-c-cpp.svg