REM:
1. 更新说明文档支持拉取submodule
This commit is contained in:
黄昕 2019-07-03 16:07:02 +08:00
parent 548d44d360
commit 1e978f70de
1 changed files with 4 additions and 2 deletions

View File

@ -40,9 +40,11 @@
## **编译方法**
#### 1. 从仓库获取最新代码
<code>git clone git@git.komect.net:ISG/secogateway.git</code>
<code>git clone --recursive git@git.komect.net:ISG/secogateway.git
git submodule update --init --recursive</code>
<code>git pull</code>
<code>git submodule update --init --recursive
git pull</code>
#### 2. 安装必要软件(UBuntu)
<code>sudo ./fsl-qoriq-glibc-x86_64-fsl-toolchain-aarch64-toolchain-2.4.1.sh