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>2016-02-22 14:33:55 +0300
committerKenneth Heafield <github@kheafield.com>2016-02-22 14:34:41 +0300
commit8e0c9e15827eb1ae60bff1177c5ccf0cda295a93 (patch)
treedbaf7a9c428edef26565f4aa3861c0d0fcc8cb0c /BUILDING
parent9662a51eda120f09212456d43f0efe6835b0ec3c (diff)
More verbose build instructions
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
index e943409..f6a1081 100644
--- a/BUILDING
+++ b/BUILDING
@@ -1,5 +1,10 @@
KenLM has switched to cmake
cmake .
+ make -j 4
+But they recommend building out of tree
+ mkdir -p build && cd build
+ cmake ..
+ make -j 4
If you only want the query code and do not care about compression (.gz, .bz2, and .xz):
./compile_query_only.sh