From 1ee141d2f92c9d4774122895a7740717cab0f2ae Mon Sep 17 00:00:00 2001 From: fbernon Date: Fri, 23 Nov 2007 21:58:46 +0000 Subject: [PATCH] Update win32 readme.txt --- ports/win32/msvc8/readme.txt | 39 +++++++++++++----------------------- ports/win32/readme.txt | 34 ++++--------------------------- 2 files changed, 18 insertions(+), 55 deletions(-) diff --git a/ports/win32/msvc8/readme.txt b/ports/win32/msvc8/readme.txt index 8754884..3e57121 100644 --- a/ports/win32/msvc8/readme.txt +++ b/ports/win32/msvc8/readme.txt @@ -1,36 +1,25 @@ lwIP for Win32 -***WARNING*** -The current CVS code of this port isn't much tested. -***WARNING*** - This is a quickly hacked port and example project of the lwIP library to -Win32/MSVC8, usgin files from the MSVC6 port. +Win32/MSVC8. -To get this compiling, you have to set the LWIP_DIR environment variable to -point to the main lwip tree (the folder where is the CHANGELOG file). +It doesn't (yet?) include support for dhcp, autoip, slipif, ppp or pppoe. This +is simply because none of the active developers using this port are using these +interfaces right now. ->>>NEW>>> +To get this compiling, you have to set a couple of environment variables: +- LWIP_DIR: points to the main lwip tree (the folder where is the CHANGELOG file). +- PCAP_DIR: points to the WinPcap Developer's Packs (containing 'include' and 'lib') + +You also will have to copy the file 'lwipcfg_msvc.h.example' to +'lwipcfg_msvc.h' and modify to suit your needs (WinPcap adapter number, +IP configuration). Note that you also have to set the PCAP_DIR environment variable to point to the WinPcap Developer's Packs (containing 'include' and 'lib'). -<<