Sfoglia il codice sorgente

INSTALL: mention how to avoid NSS dependency when it's not needed

ambrop7 13 anni fa
parent
commit
c736d012bd
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      INSTALL

+ 4 - 0
INSTALL

@@ -62,6 +62,10 @@ $ make
 If you want to install it, run as root:
 # make install
 
+If you only want NCD or tun2socks and not the VPN system, you can avoid the NSS dependency by passing
+the following to the cmake command:
+-DBUILD_NCD=1 -DBUILD_TUN2SOCKS=1 -DBUILD_NOTHING_BY_DEFAULT=1
+
 2.2 Compiling for Windows
 
 See the file INSTALL-WINDOWS for detailed instructions.