mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 04:54:38 +08:00
7 lines
249 B
Bash
7 lines
249 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt-get install check ninja-build doxygen
|
|
cp contrib/examples/example_app/lwipcfg.h.ci contrib/examples/example_app/lwipcfg.h
|
|
make -C contrib/ports/unix/check
|
|
mkdir build && cd build && cmake .. -G Ninja && cmake --build .
|