From 67d10a9614e855b07aa1c4fcc9db516d9c9d33f6 Mon Sep 17 00:00:00 2001 From: TC Wan Date: Fri, 15 Dec 2017 14:04:14 +0800 Subject: [PATCH] Elaborate on Step #7 Expand on the choice of programming languages and development steps --- docs/getting-started.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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