aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-15 15:16:31 -0700
committerChristian Cunningham <cc@localhost>2022-04-15 15:16:31 -0700
commitaf410fce64b605395d4bccc87f6fcb853d04664b (patch)
treea89f411d75d45bb0cee8c9542c6fb3931d1cd658
parenta0175ae1a38162f9594bba022c14b5776e073cea (diff)
Added in specific MacOS header
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b69f5cb..5fe9794 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
- On WSL you may also need to run `# apt install build-essential git` to get `make` and `git`
- For faster building, it is recommended to run `make clean;make -f Unix.mk -j4`, where 4 can be adjusted to the amount of parallel jobs that the system can perform
-### Building MacOS
+### Building MacOS with Cross Compiler from Homebrew
- Clone the repository
- Ensure you have the `gcc-arm-embedded` formulae installed `$ brew install gcc-arm-embedded`.
- From the root of the directory, i.e. in `Jobbed`, execute `make -f Unix.mk`