Skip to content

Commit 510ba80

Browse files
authored
Update README.md
1 parent a0ba0b9 commit 510ba80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ The following tools and libraries are required to build SentencePiece:
133133
* [cmake](https://cmake.org/)
134134
* C++11 compiler
135135
* [protobuf](https://github.com/google/protobuf) library
136+
* [gperftool](https://github.com/gperftools/gperftools) library (optional, 10-40% performance improvement can be obtained.)
136137

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

0 commit comments

Comments
 (0)