Update win32 readme.txt

This commit is contained in:
fbernon 2007-11-23 21:58:46 +00:00
parent 47ec9486c2
commit 1ee141d2f9
2 changed files with 18 additions and 55 deletions

View File

@ -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').
<<<NEW<<<
Included in the contrib\ports\win32 directory is the network interface driver
using the winpcap library.
Due to the nature of the lwip library you have to copy this whole project
into a new subdir in proj and modify lwipopts.h to your needs. If you move
it to another directory besides proj, you have to update the include paths
in the project settings.
Included in the ..\win32 directory is the network interface driver using
the winpcap library.
There is no more documentation yet. Try to figure it out yourself.
This is provided as is, it's just a hack to test some stuff, no serious
implementation.
Florian Schulze (florian.proff.schulze@gmx.net)
lwIP: http://www.sics.se/~adam/lwip/
lwIP: http://savannah.nongnu.org/projects/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/

View File

@ -1,35 +1,9 @@
lwIP for Win32
***WARNING***
The current CVS code of this port isn't much tested.
***WARNING***
- MSVC6 compiler, read contrib\ports\win32\msvc6\readme.txt
This is a quickly hacked port and example project of the lwIP library to
Win32/MSVC.
- MSVC8 compiler, read contrib\ports\win32\msvc8\readme.txt
It doesn't (yet?) include support for slipif, ppp or pppoe. This is simply
because none of the active developers using this port are using these interfaces
right now.
To get this compiling, you have to set a couple of environment variables:
- LWIP_SRC: points to the src subdirectory in the main lwip tree
- 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).
Included in the proj/msvc6 directory is the network interface driver using
the winpcap library.
There is no more documentation yet. Try to figure it out yourself.
This is provided as is, it's just a hack to test some stuff, no serious
implementation.
Florian Schulze (florian.proff.schulze@gmx.net)
Simon Goldschmidt
lwIP: http://www.sics.se/~adam/lwip/
lwIP: http://savannah.nongnu.org/projects/lwip/
WinPCap: http://netgroup-serv.polito.it/winpcap/
Visual C++: http://www.microsoft.com/express/download/