mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 10:56:34 +01:00
fix macOS build (#494)
This commit is contained in:
committed by
JFreegman
parent
29aea0b42c
commit
7621fe9a62
@@ -27,9 +27,11 @@
|
||||
#### OS X Notes
|
||||
Using [Homebrew](http://brew.sh):
|
||||
```
|
||||
brew install openal-soft freealut libconfig
|
||||
brew install curl qrencode openal-soft freealut libconfig libpng
|
||||
brew install --HEAD https://raw.githubusercontent.com/Tox/homebrew-tox/master/Formula/libtoxcore.rb
|
||||
brew install libnotify
|
||||
export PKG_CONFIG_PATH=/usr/local/opt/openal-soft/lib/pkgconfig
|
||||
make
|
||||
```
|
||||
|
||||
You can omit `libnotify` if you intend to build without desktop notifications enabled.
|
||||
|
||||
Reference in New Issue
Block a user