mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
update build procedure for macos.
This commit is contained in:
parent
1848c19277
commit
ef055ae61d
3 changed files with 5 additions and 6 deletions
|
|
@ -192,7 +192,7 @@ bundle: $(LIBICONV_HACK)
|
|||
make install DESTDIR=$(INSTALLDIR)
|
||||
LINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
|
||||
LIBLINPHONE_INSTALL_PREFIX=$(INSTALLDIR_WITH_PREFIX) \
|
||||
ige-mac-bundler $(PACKAGE_BUNDLE_FILE)
|
||||
gtk-mac-bundler $(PACKAGE_BUNDLE_FILE)
|
||||
printf "[Pango]\nModuleFiles=./etc/pango/pango.modules\n" \
|
||||
> $(BUNDLEDIR)/Contents/Resources/etc/pango/pangorc
|
||||
cp -f $(LIBICONV_HACK) $(BUNDLEDIR)/Contents/Resources/lib/.
|
||||
|
|
|
|||
|
|
@ -53,11 +53,10 @@ Install to /opt/local
|
|||
|
||||
Done.
|
||||
|
||||
If you want to generate a portable bundle, then install ige-mac-bundler.
|
||||
The macport package of ige-mac-bundler doesn't work at all.
|
||||
If you want to generate a portable bundle, then install gtk-mac-bundler.
|
||||
Use git:
|
||||
$ git clone https://github.com/jralls/ige-mac-bundler.git
|
||||
$ cd ige-mac-bundler && make install
|
||||
$ git clone https://github.com/jralls/gtk-mac-bundler.git
|
||||
$ cd gtk-mac-bundler && make install
|
||||
$ export PATH=$PATH:~/.local/bin
|
||||
|
||||
Then run, inside linphone source tree:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b99d08b09b18e8aaab1a7f4226fa3c44a9b22e7a
|
||||
Subproject commit c7e1a62c9c248646e491f9cb4bd296c2dc67344f
|
||||
Loading…
Add table
Reference in a new issue