mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Update README to add tunnel build instructions.
This commit is contained in:
parent
94d7f87bfa
commit
f91ef73346
3 changed files with 13 additions and 0 deletions
2
README
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue