Update README.md

Co-authored-by: Mooneer Salem <mooneer@gmail.com>
pull/26/head
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
1 changed files with 1 additions and 1 deletions

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:
```