]> sjero.net Git - linphone/blobdiff - README.mingw
Update README to add tunnel build instructions.
[linphone] / README.mingw
index 91fe0f9be16cf18e648b24cf953b3a119c01476c..07b8735a48bcc10c3fd24296bd7817ac87f5af07 100644 (file)
@@ -73,6 +73,8 @@ WARNING: During the build, windows might slow down suddenly. Using ctl+alt+del t
  you might see a process 'LVpSRV.exe' or something like this that eats 90% of cpu.
 Kill it. Don't know what it is, but once killed, windows runs normally.
 
+#Compile and install tunnel
+cd tunnel && ./autogen.sh && ./configure --prefix=/opt/linphone && make && make install
 #run autogen.sh after a git checkout or update
 ./autogen.sh
 ./configure --prefix=/opt/linphone --enable-shared --disable-static