Improve build system documentation

This commit is contained in:
Dirk Ziegelmeier 2018-10-21 20:30:48 +02:00
parent 95aba99f41
commit 3f690e0bf0

View File

@ -93,11 +93,11 @@ the lwIP root dir:
- mkdir build
- cd build
- cmake <path to lwip dir>
- cmake --build
- cmake ..
- cmake --build .
The CMakeLists.txt will autoselect the correct port
for your system.
for your system (supported: Linux, Windows, Darwin).
Makefile based build system
===========================