From dd06ef4f8595e2f0e3b4ff1c33228b6c7c34f0c7 Mon Sep 17 00:00:00 2001 From: Prateek Date: Fri, 28 Nov 2014 17:37:49 -0500 Subject: Install file updated with boost instructions for mac users --- mgizapp/INSTALL | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3