瀏覽代碼

List homebrew dependencies for OS X

Julian Raschke 12 年之前
父節點
當前提交
391f063efc
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -35,6 +35,9 @@ If you want to compile with Microsoft Visual Studio, you need to install
 To compile under Windows, install [MinGW](http://www.mingw.org/) and MSYS then
 select the common packages (gcc, automake, libtool, etc).
 
+To compile under OS X with [homebrew](http://mxcl.github.com/homebrew/), you will need
+to install the following dependencies first: `brew install autoconf automake libtool`.
+
 Testing
 -------