From 8a204f38d1ecd8a26ee2b540375a7841a623985e Mon Sep 17 00:00:00 2001 From: sunnz Date: Tue, 6 Sep 2016 13:09:35 +1000 Subject: [PATCH] Added --- Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index a57bb24..bb07eb9 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -68,7 +68,7 @@ This will generate the 'py' executable, which may be executed by: The required packages can be installed with: -> sudo yum install git gcc readline-devel +> sudo yum install git gcc readline-devel libffi-devel Clone the git repository to your local machine: @@ -80,6 +80,8 @@ Change directory to the Unix build directory: And then make the executable +> make axtls + > make At that point, you will have a functioning micropython executable, which may be launched with the command: