mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Update Mac README a bit for bundle
This commit is contained in:
parent
23f950a73f
commit
a5d51cb821
1 changed files with 5 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ Install `GTK`. It is recommended to use the `quartz` backend for better integrat
|
|||
|
||||
brew install cairo --without-x11
|
||||
brew install gtk+ --without-x11
|
||||
brew install gettext gtk-mac-integration libsoup
|
||||
brew install gettext gtk-mac-integration libsoup hicolor-icon-theme
|
||||
#readline is required from linphonec.c otherwise compilation will fail
|
||||
brew link readline --force
|
||||
|
||||
|
|
@ -148,6 +148,10 @@ If you don't need plugins, remove or comment out this line from the bundler file
|
|||
${prefix:ms2plugins}/lib/mediastreamer/plugins/*.*.so
|
||||
</binary>
|
||||
|
||||
If using HomeBrew, this is not working yet. However you will at least need to install `glib-networking` and modify also:
|
||||
|
||||
<prefix name="default">/usr/local</prefix>
|
||||
|
||||
Then run, inside Linphone source tree configure as told before but with `--enable-relativeprefix` appended.
|
||||
|
||||
make && make bundle
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue