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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2014-11-29 04:13:12 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-11-29 04:13:12 +0300
commitc1798ff03a258fe886bd16ca135f7886ac348bba (patch)
tree8bd2cbe2918c58caa2a869cd6ec352340a9fce1d
parenta2825ccd1a3be70d6a4d6a33a75c57f8072591ce (diff)
parentdd06ef4f8595e2f0e3b4ff1c33228b6c7c34f0c7 (diff)
Merge pull request #3 from pgoel92/workPRE_CPP11
Install file updated with boost instructions for mac users
-rw-r--r--mgizapp/INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/mgizapp/INSTALL b/mgizapp/INSTALL
index 27e3dca..a45bfea 100644
--- a/mgizapp/INSTALL
+++ b/mgizapp/INSTALL
@@ -5,6 +5,7 @@ make install
If you want to install to a custom location, add the following flag when you run cmake:
-DCMAKE_INSTALL_PREFIX=/path/to/custom/location
+Mac users : Installing the boost library using Homebrew causes issues with building mgiza. Please compile the Boost library from source using instructions in the section "Manually Installing Boost" at this URL : http://www.statmt.org/moses/?n=Development.GetStarted
NOTE: Boost Version 1.48 has problem with the code, you can use either 1.46 or 1.50+. Unfortunately 1.48 is shipped with Ubuntu 12.04 LTS, you can either download and compile libboost 1.50+ from their website, or just do this: