parent
548d44d360
commit
1e978f70de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue