Tested FreeBSD install and confirmed installation instructions

master
Eric 2014-01-01 22:00:05 -08:00
rodzic 6fb08a23a1
commit 4eb59d1293
1 zmienionych plików z 24 dodań i 0 usunięć

@ -28,6 +28,30 @@ At that point, you will have a functioning micropython executable, which may be
> ./py
### FreeBSD
(Release 9.2 tested)
Ensure that you have git and the GCC packages installed:
> [as root] pkg_add -r git gcc gmake
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
Edit main.c, replacing "malloc.h" with "stdlib.h", then:
> gmake
This will generate the 'py' executable, which may be executed by:
> ./py
### Fedora, CentOS, and Red Hat Enterprise Linux and variants
### ArchLinux