1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 16:37:46 +02:00

Merge branch 'tharvik-master'

This commit is contained in:
Jfreegman 2016-10-18 12:21:58 -04:00
commit 4df44a7274
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -23,6 +23,7 @@
#include <stdlib.h>
#include <qrencode.h>
#include <stdbool.h>
#include <string.h>
#include "toxic.h"
#include "windows.h"