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 <kpu@users.noreply.github.com>2020-03-03 12:55:34 +0300
committerGitHub <noreply@github.com>2020-03-03 12:55:34 +0300
commit9dee675f97652b4df063a44bdfb9cb6e51acc38b (patch)
tree96422a87da4a9aa489e0558638b50e93b05b5a86
parentf5458d09e54ee7c00485436137328b1ba24f56e5 (diff)
parente243e15aacb0dcdc0cd7a423a545ce71909e94be (diff)
Merge pull request #261 from benbucksch/ubuntu
Document Ubuntu build dependencies
-rw-r--r--BUILDING3
-rw-r--r--README.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index da36b87..618ea9e 100644
--- a/BUILDING
+++ b/BUILDING
@@ -16,3 +16,6 @@ Windows:
OSX:
Missing dependencies can be remedied with brew.
brew install cmake boost eigen
+
+Debian/Ubuntu:
+ sudo apt install build-essential cmake libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-test-dev libeigen3-dev zlib1g-dev libbz2-dev liblzma-dev
diff --git a/README.md b/README.md
index 45965c0..5ecdc69 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ I do development in master on https://github.com/kpu/kenlm/. Normally, it works
The website https://kheafield.com/code/kenlm/ has more documentation. If you're a decoder developer, please download the latest version from there instead of copying from another decoder.
## Compiling
-Use cmake, see [BUILDING](BUILDING) for more detail.
+Use cmake, see [BUILDING](BUILDING) for build dependencies and more detail.
```bash
mkdir -p build
cd build