dependencies update

This commit is contained in:
miraai 2016-08-04 18:55:58 +02:00 committed by GitHub
parent 49502e8e98
commit 1fc122bd30

View File

@ -1,7 +1,7 @@
### Setting Up NadekoBot on OSX ### Setting Up NadekoBot on OSX
#### Prerequisites #### Prerequisites
- 1) [Homebrew][Homebrew] - 1) [Homebrew][Homebrew]
- 2) [Mono][Mono] from Source - 2) Mono
- 3) Google Account - 3) Google Account
- 4) Soundcloud Account (if you want soundcloud support) - 4) Soundcloud Account (if you want soundcloud support)
- 5) Text Editor (TextWrangler, or equivalent) or outside editor such as [Atom][Atom] - 5) Text Editor (TextWrangler, or equivalent) or outside editor such as [Atom][Atom]
@ -10,16 +10,27 @@
`/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
Run `brew update` to fetch the latest package data.
####Installing dependencies ####Installing dependencies
``` ```
brew install git brew install git
brew install ffmpeg brew install ffmpeg
brew update && brew upgrade ffmpeg
brew install opus brew install opus
brew install opus-tools
brew install opusfile
brew install libffi brew install libffi
brew install libsodium brew install libsodium
brew install tmux brew install tmux
``` ```
####Installing xcode-select
Xcode command line tools. You will do this in Terminal.app by running the following command line:
`xcode-select --install`
A dialog box will open asking if you want to install `xcode-select`. Select install and finish the installation.
####Installing Mono ####Installing Mono
- Building Mono dependencies: - Building Mono dependencies: