From bdc0d76de7f05ad682a609433d8e253c18f314b6 Mon Sep 17 00:00:00 2001 From: OneOfEleven Date: Mon, 11 Sep 2023 08:54:27 +0100 Subject: [PATCH] Updated README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da45a8f..c8cb364 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,14 @@ git submodule update --init --recursive --depth=1 make ``` -You can also easily compile this in windows (will add an example shortly) meaning you no longer have to install a linux VM on Windows. +You can also easily compile this in windows without installing a linux VM ... + +``` +* Download and install "gcc-arm-none-eabi-10.3-2021.10-win32.exe" from https://developer.arm.com/downloads/-/gnu-rm +* Download and install "gnu_make-3.81.exe" from https://gnuwin32.sourceforge.net/packages/make.htm +* +* To compile just run win_make.bat from the directory you saved this source code too, you may have to edit the bat file depending on where you installed 'gnu_make' too +``` # Credits