diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 16:53:48 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-20 17:34:21 +0200 |
| commit | 635d950efddde7a60edba75f7b4d5e0028e4c99a (patch) | |
| tree | aee9fce5fc800f9c86b901a7f7eb11bb27076965 /doc/BUILD-win9x.md | |
| parent | 42b976af1bb4dda02e590d604b2012cf5958c240 (diff) | |
Implement net component
Diffstat (limited to 'doc/BUILD-win9x.md')
| -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 +``` |
