Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2014-11-22 06:27:55 +0300
committerJohn Langford <jl@hunch.net>2014-11-22 06:27:55 +0300
commit6abbf56a9c76a6ab09f44f58148fa05e1bb5185d (patch)
tree7231b00bc5952048b508d57a02f025f3c455d399 /README.md
parentca3d279659d412b407a6946f594cf09d77a6438a (diff)
mac install fix from Raja
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74738940..c6bfd9e2 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Note that ``./autogen.sh`` requires automake.On OSX, this implies installing
For OSX: if make fails with errors then try:
```
brew install libtool
-brew install boost
+brew install boost --with-python
```
This will install appropriate versions of 'glibtools' and 'boost' on OSX.