mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +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
|
||||
- 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
|
||||
===========================
|
||||
|
Loading…
Reference in New Issue
Block a user