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

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2017-11-07 10:55:49 +0300
committerTaku Kudo <taku@google.com>2017-11-07 10:55:49 +0300
commit2e3386cbdf9f0fcf1ce60c64d808ab97938eff48 (patch)
tree6a06722b95961ff59a8bc2e7ba8973ab3e0979a6 /README.md
parent9258c729bb545fb172d04538f7df5bccd625abbe (diff)
Enabled to build on Ubuntu 17.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6992cb8..3ffc50c 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ The following tools and libraries are required to build SentencePiece:
On Ubuntu, autotools and protobuf library can be installed with apt-get:
```
-% sudo apt-get install autoconf automake libtool libprotobuf9v5 protobuf-compiler libprotobuf-dev
+% sudo apt-get install autoconf automake libtool pkg-config libprotobuf9v5 protobuf-compiler libprotobuf-dev
```
(If `libprotobuf9v5` is not found, try `libprotobuf-c++` instead.)