update README.md

This commit is contained in:
Weiping Yang 2023-02-24 03:02:21 -05:00
parent 3cf4343b0c
commit 5d2c9b48c6

View File

@ -230,6 +230,7 @@ $ ls -l /usr/bin/python3*
``` ```
``` ```
make V=s -j5 GL_PKGDIR=`pwd`/glinet4.x/ath79/ make V=s -j5 GL_PKGDIR=`pwd`/glinet4.x/ath79/
```
# Note # Note
1. If you gcc version is 10, you will encounter some error, like this: 1. If you gcc version is 10, you will encounter some error, like this:
@ -241,4 +242,4 @@ You should execute the following command to reduce the gcc version:
``` ```
$ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100 $ update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100
$ update-alternatives --config gcc $ update-alternatives --config gcc
``` ```