mirror of
https://github.com/luscis/openlan.git
synced 2025-10-08 18:10:22 +08:00
10 lines
104 B
Markdown
10 lines
104 B
Markdown
# build
|
|
|
|
mkdir -p build && cd ./build
|
|
cmake ..
|
|
make
|
|
|
|
# valgrind
|
|
|
|
valgrind --leak-check=yes ./build/core
|