Parcourir la source

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

ambrop7 il y a 14 ans
Parent
commit
c736d012bd
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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.