aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd3a0dd..1cfb86b 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ git clone https://github.com/zfl9/dns2tcp
# 进入源码目录,编译
cd dns2tcp
-make INCLUDES="-I/opt/libuv/include" LDFLAGS="-L/opt/libuv/lib" && sudo make install
+make CFLAGS="-pthread" INCLUDES="-I/opt/libuv/include" LDFLAGS="-L/opt/libuv/lib" && sudo make install
```
// TODO