From 426f2f00231b491b3962476d3554ddfbebb0b157 Mon Sep 17 00:00:00 2001 From: Nicholas Herriot Date: Tue, 25 Jun 2019 17:26:13 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 3b31418..78ce856 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -51,10 +51,11 @@ The following packages will need to be installed before you can compile and run * libffi-dev * git * pkg-config (required at least in ubuntu 14.04) +* gcc-arm-none-eabi To install these packages, use the following command: -> sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config +> sudo apt-get install build-essential libreadline-dev libffi-dev git pkg-config gcc-arm-none-eabi Then, clone the repository to your local machine, or if you have created a [virtual environment](https://github.com/micropython/micropython/wiki/Getting-Started#creating-a-virtual-environment) clone into your **project** folder.