mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Fix unix port directory
@@ -28,7 +28,7 @@ Then, clone the repository to your local machine:
|
||||
|
||||
Change directory to the Unix build directory:
|
||||
|
||||
> cd ./micropython/unix
|
||||
> cd ./micropython/ports/unix
|
||||
|
||||
And then make the executable
|
||||
|
||||
@@ -54,7 +54,7 @@ Clone the git repository to your local machine:
|
||||
|
||||
Change directory to the Unix build directory:
|
||||
|
||||
> cd ./micropython/unix
|
||||
> cd ./micropython/ports/unix
|
||||
|
||||
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:
|
||||
|
||||
> cd ./micropython/unix
|
||||
> cd ./micropython/ports/unix
|
||||
|
||||
And then make the executable
|
||||
|
||||
@@ -106,7 +106,7 @@ Then, clone the repository to your local machine:
|
||||
|
||||
Change directory to the Unix build directory:
|
||||
|
||||
> cd micropython/unix
|
||||
> cd micropython/ports/unix
|
||||
|
||||
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:
|
||||
|
||||
> cd micropython/unix
|
||||
> cd micropython/ports/unix
|
||||
|
||||
Make the dependencies:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user