Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
42a841a8
Commit
42a841a8
authored
10 years ago
by
Guillaume BIENKOWSKI
Browse files
Options
Download
Patches
Plain Diff
Update readme for Brew
parent
1191a49e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.macos.md
+3
-12
README.macos.md
with
3 additions
and
12 deletions
README.macos.md
+
3
−
12
View file @
42a841a8
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets