|
@@ -99,9 +99,21 @@ the lwIP root dir:
|
|
|
The CMakeLists.txt will autoselect the correct port
|
|
The CMakeLists.txt will autoselect the correct port
|
|
|
for your system (supported: Linux, Windows, Darwin).
|
|
for your system (supported: Linux, Windows, Darwin).
|
|
|
|
|
|
|
|
|
|
+To configure the example app to your needs, you need to copy the file
|
|
|
|
|
+ contrib/examples/example_app/lwipcfg.h.example
|
|
|
|
|
+to
|
|
|
|
|
+ contrib/examples/example_app/lwipcfg.h
|
|
|
|
|
+and edit to your needs.
|
|
|
|
|
+
|
|
|
Makefile based build system
|
|
Makefile based build system
|
|
|
===========================
|
|
===========================
|
|
|
lwIP also maintains file lists for Makefile-based
|
|
lwIP also maintains file lists for Makefile-based
|
|
|
build systems. Look for Filelists.mk files
|
|
build systems. Look for Filelists.mk files
|
|
|
in the source tree. We try to maintain them,
|
|
in the source tree. We try to maintain them,
|
|
|
but lwIP's mainly focused build system is CMake.
|
|
but lwIP's mainly focused build system is CMake.
|
|
|
|
|
+
|
|
|
|
|
+MS Visual Studio
|
|
|
|
|
+================
|
|
|
|
|
+lwIP also provides basic support for MSVS in the win32 port
|
|
|
|
|
+folder under 'msvc'. We try to maintain these files,
|
|
|
|
|
+but lwIP's mainly focused build system is CMake.
|