Added
parent
4dfb6974a2
commit
8a204f38d1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue