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

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-11-05 01:00:43 +0400
committerKenneth Heafield <github@kheafield.com>2012-11-05 01:00:43 +0400
commit73d2ed88859dcfefac707fa178fd0d67c09882f4 (patch)
treed307770c93488b0a6683ad64d708720248d5d4d1 /BUILDING
parent36b7465aa1356b3b507ac4db221edf7147654818 (diff)
Update help for windows userswindows
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING3
1 files changed, 2 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index bbee2de..7461558 100644
--- a/BUILDING
+++ b/BUILDING
@@ -6,4 +6,5 @@ UNIX-like without boost build:
./compile.sh
Windows:
- See the .vcxproj files
+ The windows directory has visual studio files. Note that you need to compile
+ the kenlm project before build_binary and ngram_query projects.