Skip to content

Commit

Permalink
modify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wangmiao1981 committed Sep 3, 2016
1 parent dc0e1db commit c6950a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/build/build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ mkdir build
cd build
# you can add build option here, such as:
cmake -DWITH_GPU=ON -DWITH_DOC=OFF -DCMAKE_INSTALL_PREFIX=<path to install> ..
# please use sudo make install, if you want
# to install PaddlePaddle into the system
make -j `nproc` && make install
# PaddlePaddle installation path
export PATH=<path to install>/bin:$PATH
Expand Down

0 comments on commit c6950a2

Please sign in to comment.