1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 23:03:02 +01:00

Corrected brew errors (#413)

Corrected brew errors
This commit is contained in:
louisabraham 2016-10-07 19:24:31 +02:00 committed by JFreegman
parent 8805f694b9
commit 2bd5083b8f

View File

@ -29,8 +29,8 @@
Using [Homebrew](http://brew.sh): Using [Homebrew](http://brew.sh):
``` ```
brew install openal-soft freealut libconfig brew install openal-soft freealut libconfig
brew install https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb brew install --HEAD https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb
brew install https://raw.githubusercontent.com/Homebrew/homebrew-x11/master/libnotify.rb brew install libnotify
``` ```
You can omit `libnotify` if you intend to build without desktop notifications enabled. You can omit `libnotify` if you intend to build without desktop notifications enabled.