We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc0e1db + c6950a2 commit 79d4e5dCopy full SHA for 79d4e5d
doc/build/build_from_source.md
@@ -125,6 +125,8 @@ mkdir build
125
cd build
126
# you can add build option here, such as:
127
cmake -DWITH_GPU=ON -DWITH_DOC=OFF -DCMAKE_INSTALL_PREFIX=<path to install> ..
128
+# please use sudo make install, if you want
129
+# to install PaddlePaddle into the system
130
make -j `nproc` && make install
131
# PaddlePaddle installation path
132
export PATH=<path to install>/bin:$PATH
0 commit comments