File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -133,10 +133,11 @@ The following tools and libraries are required to build SentencePiece:
133
133
* [ cmake] ( https://cmake.org/ )
134
134
* C++11 compiler
135
135
* [ protobuf] ( https://github.com/google/protobuf ) library
136
+ * [ gperftool] ( https://github.com/gperftools/gperftools ) library (optional, 10-40% performance improvement can be obtained.)
136
137
137
138
On Ubuntu, autotools can be installed with apt-get:
138
139
```
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
140
141
```
141
142
The name of the protobuf library is different between ubuntu distros. Please enter appropriate command for your Ubuntu version.
142
143
You can’t perform that action at this time.
0 commit comments