]> sjero.net Git - linphone/commitdiff
Update README to add tunnel build instructions.
authorGuillaume Beraudo <guillaume.beraudo@belledonne-communications.com>
Fri, 27 Jan 2012 08:58:43 +0000 (09:58 +0100)
committerGuillaume Beraudo <guillaume.beraudo@belledonne-communications.com>
Fri, 27 Jan 2012 08:58:43 +0000 (09:58 +0100)
README
README.macos
README.mingw

diff --git a/README b/README
index 7e68bb1996fd378fe4271ce3d58c85a1073902ac..630ca8b75dc89921d18fd90854d2916ba89e8628 100644 (file)
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ This is Linphone, a free (GPL) video softphone based on the SIP protocol.
 
 with their corresponding -dev or -devel package if you don't use source packages.
 
+Note that you need to build and install the tunnel library PRIOR to build linphone.
+
 For windows compilation see README.mingw.
 For macOS X, see README.macos
 
index d8c07159056b4c6d8b3a7a46b72ae3294f52fee7..92cbaed1fd1e79d380f9faf678662a96201fc5af 100644 (file)
@@ -31,6 +31,15 @@ When this version will be integrated into macports, only this will be necessary:
  $ port install ige-mac-integration
  $ port install hicolor-icon-theme
 
+- Compile and install the tunnel
+
+If you got the source code from git, run ./autogen.sh first
+
+Then or otherwise, do:
+
+ $ ./configure --prefix=/opt/local && make && sudo make install
+
+
 - Compile linphone
 
 If you got the source code from git, run ./autogen.sh first.
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