From 1fc122bd30c97143cbbf7437ee9b5a5e181e086e Mon Sep 17 00:00:00 2001 From: miraai Date: Thu, 4 Aug 2016 18:55:58 +0200 Subject: [PATCH] dependencies update --- docs/guides/OSX Guide.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/guides/OSX Guide.md b/docs/guides/OSX Guide.md index cdc20cae..c4528997 100644 --- a/docs/guides/OSX Guide.md +++ b/docs/guides/OSX Guide.md @@ -1,7 +1,7 @@ ### Setting Up NadekoBot on OSX #### Prerequisites - 1) [Homebrew][Homebrew] -- 2) [Mono][Mono] from Source +- 2) Mono - 3) Google Account - 4) Soundcloud Account (if you want soundcloud support) - 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)"` +Run `brew update` to fetch the latest package data. ####Installing dependencies ``` brew install git brew install ffmpeg +brew update && brew upgrade ffmpeg brew install opus +brew install opus-tools +brew install opusfile brew install libffi brew install libsodium 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 - Building Mono dependencies: