Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 authored Jul 29, 2018
1 parent a0ba0b9 commit 510ba80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,11 @@ The following tools and libraries are required to build SentencePiece:
* [cmake](https://cmake.org/)
* C++11 compiler
* [protobuf](https://github.com/google/protobuf) library
* [gperftool](https://github.com/gperftools/gperftools) library (optional, 10-40% performance improvement can be obtained.)

On Ubuntu, autotools can be installed with apt-get:
```
% sudo apt-get install cmake pkg-config libprotobuf9v5 protobuf-compiler libprotobuf-dev
% sudo apt-get install cmake pkg-config libprotobuf9v5 protobuf-compiler libprotobuf-dev libgoogle-perftools-dev
```
The name of the protobuf library is different between ubuntu distros. Please enter appropriate command for your Ubuntu version.

Expand Down

0 comments on commit 510ba80

Please sign in to comment.