diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/BUILD-win9x.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/BUILD-win9x.md b/doc/BUILD-win9x.md index b8b053f..cb6368d 100644 --- a/doc/BUILD-win9x.md +++ b/doc/BUILD-win9x.md @@ -132,3 +132,11 @@ WAVE files, support for other audio formats is not required. CFLAGS='-ffunction-sections -fdata-sections' \ CC=i386-mingw32-gcc ``` + +## ENET + +```sh +../enet-1.3.17/configure --prefix=$HOME/enet-1.3.17-win32 \ + --host=i386-mingw32 CFLAGS='-ffunction-sections -fdata-sections' \ + CC=i386-mingw32-gcc +``` |
