Compiled on Centos6

master
Eric 2014-01-01 22:46:12 -08:00
rodzic 484eac2dc2
commit 4163b5e04a
1 zmienionych plików z 20 dodań i 0 usunięć

@ -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