Update OS X instructions
parent
708a79ce2f
commit
2ca31476a8
|
@ -133,10 +133,18 @@ Then, clone the repository to your local machine:
|
||||||
|
|
||||||
> git clone https://github.com/micropython/micropython.git
|
> git clone https://github.com/micropython/micropython.git
|
||||||
|
|
||||||
|
Change directory to the git repo and fetch all the submodules:
|
||||||
|
|
||||||
|
> git submodule update --init
|
||||||
|
|
||||||
Change directory to the Unix build directory:
|
Change directory to the Unix build directory:
|
||||||
|
|
||||||
> cd micropython/unix
|
> cd micropython/unix
|
||||||
|
|
||||||
|
Make the dependencies:
|
||||||
|
|
||||||
|
> make axtls
|
||||||
|
|
||||||
And then make the executable
|
And then make the executable
|
||||||
|
|
||||||
> make
|
> make
|
||||||
|
|
Loading…
Reference in New Issue