From 635d950efddde7a60edba75f7b4d5e0028e4c99a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 20 Sep 2022 16:53:48 +0200 Subject: Implement net component --- doc/BUILD-win9x.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 +``` -- cgit v1.2.3