mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Improve build system documentation
This commit is contained in:
parent
95aba99f41
commit
3f690e0bf0
6
BUILDING
6
BUILDING
@ -93,11 +93,11 @@ the lwIP root dir:
|
|||||||
|
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake <path to lwip dir>
|
- cmake ..
|
||||||
- cmake --build
|
- cmake --build .
|
||||||
|
|
||||||
The CMakeLists.txt will autoselect the correct port
|
The CMakeLists.txt will autoselect the correct port
|
||||||
for your system.
|
for your system (supported: Linux, Windows, Darwin).
|
||||||
|
|
||||||
Makefile based build system
|
Makefile based build system
|
||||||
===========================
|
===========================
|
||||||
|
Loading…
Reference in New Issue
Block a user