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:
authoredwardgao <edwardgao@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-06-23 22:56:32 +0400
committeredwardgao <edwardgao@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2013-06-23 22:56:32 +0400
commit6c49ce76f9dc6f2073a3bd489fbe976e1727a0e4 (patch)
treece50ce122c51c04339b556dd87fc07997b3ef829
parentb878558b5966cbc31a51855cc62919da750b1b45 (diff)
Update install instructions.
-rw-r--r--mgizapp/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/mgizapp/INSTALL b/mgizapp/INSTALL
index 74f2586..27e3dca 100644
--- a/mgizapp/INSTALL
+++ b/mgizapp/INSTALL
@@ -4,3 +4,8 @@ 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
+
+
+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:
+
+sudo apt-get install libboost1.46-all-dev