Selaa lähdekoodia

Actualizar 'README.md'

yosoyhendrix 3 kuukautta sitten
vanhempi
sitoutus
558af3a1fe
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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