Commit 42a841a8 authored by Guillaume BIENKOWSKI's avatar Guillaume BIENKOWSKI
Browse files

Update readme for Brew

parent 1191a49e
No related merge requests found
Showing with 3 additions and 12 deletions
...@@ -42,18 +42,9 @@ In order to enable generation of bundle for multiple MacOS version and 32 bit pr ...@@ -42,18 +42,9 @@ In order to enable generation of bundle for multiple MacOS version and 32 bit pr
# readline is required from linphonec.c otherwise compilation will fail # readline is required from linphonec.c otherwise compilation will fail
brew link readline --force brew link readline --force
# then you have to install antlr3 from a tap. # then you have to install some dependencies from a tap.
wget https://gist.githubusercontent.com/Gui13/f5cf103f50d34c28c7be/raw/f50242f5e0c3a6d25ed7fca1462bce3a7b738971/antlr3.rb brew tap Gui13/linphone
mv antlr3.rb /usr/local/Library/Formula/ brew install gtk+-quartz gtk-mac-integration
brew install antlr3
brew tap marekjelen/gtk
brew install gtk+-quartz
# gtk-mac-integration is not available in main repository or Brew yet.
wget https://gist.github.com/Gui13/cdcad37faa6b8ffa0588/raw/bf2277d45e261ad48ae1344c4c97f2684974ed87/gtk-mac-integration.rb
mv gtk-mac-integration.rb /usr/local/Library/Formula/
brew install gtk-mac-integration
### Building Linphone ### Building Linphone
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment