Fix unix port directory

master
Riccardo Magliocchetti 2017-09-19 10:13:57 +02:00
rodzic 5060475b2e
commit 7fe0d466e7
1 zmienionych plików z 5 dodań i 5 usunięć

@ -28,7 +28,7 @@ Then, clone the repository to your local machine:
Change directory to the Unix build directory: Change directory to the Unix build directory:
> cd ./micropython/unix > cd ./micropython/ports/unix
And then make the executable And then make the executable
@ -54,7 +54,7 @@ Clone the git repository to your local machine:
Change directory to the Unix build directory: Change directory to the Unix build directory:
> cd ./micropython/unix > cd ./micropython/ports/unix
Edit main.c, replacing "malloc.h" with "stdlib.h", then: Edit main.c, replacing "malloc.h" with "stdlib.h", then:
@ -76,7 +76,7 @@ Clone the git repository to your local machine:
Change directory to the Unix build directory: Change directory to the Unix build directory:
> cd ./micropython/unix > cd ./micropython/ports/unix
And then make the executable And then make the executable
@ -106,7 +106,7 @@ Then, clone the repository to your local machine:
Change directory to the Unix build directory: Change directory to the Unix build directory:
> cd micropython/unix > cd micropython/ports/unix
And then make the executable And then make the executable
@ -139,7 +139,7 @@ Change directory to the git repo and fetch all the submodules:
Change directory to the Unix build directory: Change directory to the Unix build directory:
> cd micropython/unix > cd micropython/ports/unix
Make the dependencies: Make the dependencies: