Update README.md

Co-authored-by: Mooneer Salem <mooneer@gmail.com>
This commit is contained in:
drowe67 2023-11-02 16:52:01 +10:30 committed by GitHub
parent 20b73cdea4
commit d63e0dd3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ wav - speech files in wave file format
## Bulding for Windows
We target our C code to compile with `gcc` to the [C99 standard](#ports-to-non-gccc99-compilers). We recommend using Linux to cross compile for Windows.
We target our C code to compile with `gcc` to the [C99 standard](#ports-to-non-gccc99-compilers). We recommend using MinGW to cross compile for Windows.
On Ubuntu Linux:
```