Browse Source

Actualizar 'README.md'

yosoyhendrix 1 week ago
parent
commit
558af3a1fe
1 changed files with 2 additions and 0 deletions
  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
 The build system is based on CMake. On Linux, the following commands can be used to
 build:
 build:
 
 
+`cd badvpn-master && mkdir build && cd build && cmake .. -DBUILD_NOTHING_BY_DEFAULT=1 -DBUILD_UDPGW=1 && make install`
+
 ```
 ```
 cd <badvpn-source-dir>
 cd <badvpn-source-dir>
 mkdir build
 mkdir build