mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
6cd4fcdec4
We're not gaining much from this library, and it's a burden, especially for windows development.
7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Workaround for bug in Homebrew where it only finds an old Ruby version.
|
|
brew update
|
|
|
|
brew install libsodium libvpx opus libconfig astyle
|