Pavel Daniel Lopez Castillo wrote:
I download lwIP 1.3.0
I can not see the makefile to build a binary on the download
That's because there is none. lwIP is like a framwork: it's not an application that you compile but only the source code. You have to integrate the source files into your project, write a port to your platform (and OS) and an netif driver. If you don't want to do that on your own, you can use existing ports (e.g. the example ports for unix/linux and windows in the downloadable contrib module).

Simon


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to