fmt, add cross-compilind docs README.md

This commit is contained in:
idk
2020-11-18 15:13:57 -05:00
parent f1a0559821
commit 7f8e2b1082

View File

@ -27,4 +27,5 @@ export CFLAGS='-Wall -O2 '
export LDFLAGS='-lmingw32 -lws2_32 -lwsock32 -mwindows'
```
run `make build`
and run `make build`. Only libsam3 is available for Windows, libsam3a will be
made available at a later date.