From 4163b5e04a37c20033b520ac4c7687f6a51ff41e Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 1 Jan 2014 22:46:12 -0800 Subject: [PATCH] Compiled on Centos6 --- Getting-Started.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Getting-Started.md b/Getting-Started.md index c0f7796..93dbd56 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -56,6 +56,26 @@ This will generate the 'py' executable, which may be executed by: ### Fedora, CentOS, and Red Hat Enterprise Linux and variants +The required packages can be installed with: + +> sudo yum install git gcc readline-devel + +Clone the git repository to your local machine: + +> git clone https://github.com/micropython/micropython.git + +Change directory to the Unix build directory: + +> cd ./micropython/unix + +And then make the executable + +> make + +At that point, you will have a functioning micropython executable, which may be launched with the command: + +> ./py + ### ArchLinux ### Gentoo Linux \ No newline at end of file