Skip to content

Commit 1588a98

Browse files
committed
fix gcc version
1 parent 386ca88 commit 1588a98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/install/compile/linux-compile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ uname -m && cat /etc/*release
308308
PATH=/home/cmake-3.16.0-Linux-x86_64/bin:$PATH
309309
```
310310
311-
gcc 需要4.8.2以上,建议使用8.2.0:
311+
gcc 需要5.4以上,建议使用8.2.0:
312312
313313
```
314314
wget -q https://paddle-docker-tar.bj.bcebos.com/home/users/tianshuo/bce-python-sdk-0.8.27/gcc-8.2.0.tar.xz && \
@@ -351,7 +351,7 @@ uname -m && cat /etc/*release
351351
PATH=/home/cmake-3.16.0-Linux-x86_64/bin:$PATH
352352
```
353353
354-
gcc 需要4.8.2以上,建议使用8.2.0:
354+
gcc 需要5.4以上,建议使用8.2.0:
355355
356356
```
357357
wget -q https://paddle-docker-tar.bj.bcebos.com/home/users/tianshuo/bce-python-sdk-0.8.27/gcc-8.2.0.tar.xz && \

docs/install/compile/linux-compile_en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ uname -m && cat /etc/*release
293293
PATH=/home/cmake-3.16.0-Linux-x86_64/bin:$PATH
294294
```
295295
296-
gcc requires version 4.8.2, we recommend that you use 8.2.0 version:
296+
gcc requires version 5.4, we recommend that you use 8.2.0 version:
297297
298298
```
299299
wget -q https://paddle-docker-tar.bj.bcebos.com/home/users/tianshuo/bce-python-sdk-0.8.27/gcc-8.2.0.tar.xz && \
@@ -332,7 +332,7 @@ uname -m && cat /etc/*release
332332
PATH=/home/cmake-3.16.0-Linux-x86_64/bin:$PATH
333333
```
334334
335-
gcc requires version 4.8.2, we recommend that you use 8.2.0 version:
335+
gcc requires version 5.4, we recommend that you use 8.2.0 version:
336336
337337
```
338338
wget -q https://paddle-docker-tar.bj.bcebos.com/home/users/tianshuo/bce-python-sdk-0.8.27/gcc-8.2.0.tar.xz && \

0 commit comments

Comments
 (0)