From 32eeeb398e934038aeda72d57bbdebf10e789ed8 Mon Sep 17 00:00:00 2001 From: Jos Verlinde Date: Tue, 27 May 2025 19:02:32 +0200 Subject: [PATCH] fix Typos and Urls --- Micro-Python-on-Mac-OSX.md => MicroPython-on-Mac-OSX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Micro-Python-on-Mac-OSX.md => MicroPython-on-Mac-OSX.md (95%) diff --git a/Micro-Python-on-Mac-OSX.md b/MicroPython-on-Mac-OSX.md similarity index 95% rename from Micro-Python-on-Mac-OSX.md rename to MicroPython-on-Mac-OSX.md index 3b98b83..eaabca6 100644 --- a/Micro-Python-on-Mac-OSX.md +++ b/MicroPython-on-Mac-OSX.md @@ -1,5 +1,5 @@ # Introduction -Micro Python supports OSX as well as it does Linux: once the necessary software dependencies are installed on an OSX system, development and usage is essentially the same on both platforms, so no special 'tricks' are required to work with Micro Python on OSX. (If any discrepancies are found, they should be reported here or on the [user forum](http://forum.micropython.org).) +Micro Python supports OSX as well as it does Linux: once the necessary software dependencies are installed on an OSX system, development and usage is essentially the same on both platforms, so no special 'tricks' are required to work with Micro Python on OSX. (If any discrepancies are found, they should be reported as an [issue on the MicroPython repo](https://github.com/micropython/micropython/issues).) Specifically, this means that both the unix and stmhal (pyboard) ports of Micro Python can be compiled on Mac OSX directly from the master branch without any alteration. This article aims to describe which software packages are required to build Micro Python and how to install them on your OSX system. I use [Macports](http://www.macports.org) so this article will focus on that; it is also possible to Homebrew to install the required software dependencies. @@ -9,7 +9,7 @@ This article is targeted towards Micro Python developers using OSX, it will addr Recent modifications to the build scripts have made the build process for the unix port on OSX the same as it is that on Linux, despite the fact that Micro Python is built using gcc on Linux and clang on OSX. In order to compile on OSX you will need the following software packages installed: -* A relatively recent version of Xcode to provide the clang compiler (micropython has been confirmed to compile under clang versions 3.1 and 4.2) +* A relatively recent version of Xcode to provide the clang compiler (MicroPython has been confirmed to compile under clang versions 3.1 and 4.2) * [Macports](http://www.macports.org) for the next commands * libffi (minimum version 3.1-4 from Macports) `sudo port install libffi` * pkgconfig `sudo port install pkgconfig`