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:
authorMonami Sharma <monami.sharma@gmail.com>2014-10-26 06:47:33 +0300
committerMonami Sharma <monami.sharma@gmail.com>2014-10-26 06:47:33 +0300
commit57f74c02caf53a09c3777548bf2985421d1bb7c4 (patch)
tree41ff797319f3b91bb864d64769d0a4f33800873d /README.md
parent6fdde3849854dd143e1d1dc5e34264837283792a (diff)
OSX installation tips
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fe0af7a..9d909a3b 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,12 @@ make install
Note that ``./autogen.sh`` requires automake. On OSX, this implies installing
'glibtools'.
+For OSX if make fails with errors then try:
+```
+brew install libtool
+brew install boost
+```
+
Options that were passed to `./configure` in 7.6 and earlier may now be passed
to `./autogen.sh`.