summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-10-24 18:17:24 +0100
committerKenneth Heafield <github@kheafield.com>2011-10-24 18:17:24 +0100
commit437ee131bc4c2574768a187bf29d62dbb715abf4 (patch)
tree6324cd6dd5fcbd987a5fd6f4aa51b92c1e9f941f /BUILDING
parent230ef6e8f417bf3f7e573a712c79388721e70188 (diff)
KenLM update. EnumerateVocab moved up a namespace. Fix trie building when bigrams are pruned. Make Chris feel better about MurmurHashNative.
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index b7535d70..c7b954c7 100644
--- a/BUILDING
+++ b/BUILDING
@@ -33,7 +33,7 @@ Instructions for building
If you're building on cygwin, their libtool is buggy; this make command
works for now:
- make LIBS+="-loolm -ldstruct -lmisc -lz -lboost_program_options" \
+ make LIBS+="-lz -lboost_program_options" \
CFLAGS+="-Wno-sign-compare"
5) Test