summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2011-07-05 23:19:54 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2011-07-05 23:19:54 -0400
commit080abd6712bd0895859f6441c26f20aacfe6778e (patch)
tree235aeee5d317ce44385250ec1ac9cfba01dae747 /BUILDING
parent1da72bb6211f196a210302f18c1ef020c0c84f12 (diff)
parent89228f59c765d1687daf513e29c15290e530419e (diff)
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILDING b/BUILDING
index dcb3d45b..b7535d70 100644
--- a/BUILDING
+++ b/BUILDING
@@ -1,6 +1,5 @@
To build cdec, you'll need:
- * SRILM (register and download from http://www.speech.sri.com/projects/srilm/)
* Google c++ testing framework (http://code.google.com/p/googletest/)
* boost headers & boost program_options (you may need to install a package
like boost-devel)
@@ -9,7 +8,7 @@ To build cdec, you'll need:
Instructions for building
-----------------------------------
- 1) Download and build SRILM
+ 1) Optional: Download and build SRILM
2) Download, build, and install Google Test (optional, this is necessary
to build unit tests that may be useful in development; system tests
@@ -22,7 +21,7 @@ Instructions for building
4) Configure and build. Your command will look something like this.
- ./configure --with-srilm=/home/me/software/srilm-1.5.9 --disable-gtest
+ ./configure --disable-gtest
make
If you get errors during configure about missing BOOST macros, then step 3