Files
openlan/core/tcp/README.md
2022-07-29 23:38:54 +08:00

10 lines
104 B
Markdown

# build
mkdir -p build && cd ./build
cmake ..
make
# valgrind
valgrind --leak-check=yes ./build/core