Revise some word in build doc

avx_docs
liaogang 8 years ago
parent 8ddc5faac1
commit efea5c8460

@ -135,7 +135,7 @@ mkdir build && cd build
cmake ..
```
CMake first check PaddlePaddle's dependecies in system default path. After installing some optional
CMake first check PaddlePaddle's dependencies in system default path. After installing some optional
libraries, corresponding build option will be set automatically (for instance, glog, gtest and gflags).
If still not found, you can manually set it based on CMake error information from your screen.
@ -256,7 +256,7 @@ mkdir build && cd build
cmake ..
```
CMake first check PaddlePaddle's dependecies in system default path. After installing some optional
CMake first check PaddlePaddle's dependencies in system default path. After installing some optional
libraries, corresponding build option will be set automatically (for instance, glog, gtest and gflags).
If still not found, you can manually set it based on CMake error information from your screen.

Loading…
Cancel
Save