mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Updating BSD instructions to account for requirements for python3 and bash packages for successful execution
@@ -34,9 +34,9 @@ At that point, you will have a functioning micropython executable, which may be
|
||||
|
||||
(Release 9.2 tested)
|
||||
|
||||
Ensure that you have git and the GCC packages installed:
|
||||
Ensure that you have git, GCC, gmake, pythyon3, and bash packages installed:
|
||||
|
||||
> [as root] pkg_add -r git gcc gmake
|
||||
> [as root] pkg_add -r git gcc gmake python3 bash
|
||||
|
||||
Clone the git repository to your local machine:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user