Skip to content

Commit

Permalink
Add sudo instructions in document
Browse files Browse the repository at this point in the history
modify comments for make install
  • Loading branch information
reyoung authored Sep 5, 2016
2 parents dc0e1db + c6950a2 commit 79d4e5d
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 79d4e5d

Please sign in to comment.