瀏覽代碼

Actualizar 'README.md'

yosoyhendrix 3 月之前
父節點
當前提交
558af3a1fe
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -47,6 +47,8 @@ NCD only works on Linux. Tun2socks works on Linux and Windows. The P2P VPN works
 The build system is based on CMake. On Linux, the following commands can be used to
 build:
 
+`cd badvpn-master && mkdir build && cd build && cmake .. -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1 && make install`
+
 ```
 cd <badvpn-source-dir>
 mkdir build