Update README.md

pull/2/head
sq2ips 2025-02-23 14:10:32 +01:00 zatwierdzone przez GitHub
rodzic e3c6405997
commit 9435c46864
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -157,11 +157,12 @@ docker run --rm -v .:/opt/m20 m20:latest
It will build the code and after finishing you should see a memory usage table just like in the previous method. It will build the code and after finishing you should see a memory usage table just like in the previous method.
## Building with MinGW on Windows ## Building with MinGW on Windows
First [download MSYS2](https://www.msys2.org/), then install it, after finishing the setup you should now see a terminal. First [download MSYS2](https://www.msys2.org/), then install it, after finishing the setup you should now see a terminal.
Now install the toolchain and `make`: Now install `make`:
```bash ```bash
pacman -Sy mingw-w64-x86_64-arm-none-eabi-gcc mingw-w64-x86_64-arm-none-eabi-binutils mingw-w64-x86_64-arm-none-eabi-newlib make pacman -Sy make
``` ```
Confirm the instalation and wait for the packages to download and install. Confirm the instalation and wait for the packages to download and install.
TODO
## Building with Docker on Windows ## Building with Docker on Windows
First [download Docker Desktop](https://www.docker.com/products/docker-desktop/) and install it. First [download Docker Desktop](https://www.docker.com/products/docker-desktop/) and install it.
TODO TODO