Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:23:05 +08:00
parent 4ab7eb15f2
commit 4770460ef3
1 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,10 @@
ld Makefile和编译脚本目录
# **安全网关项目产品代码仓库**
+ ## **简介**
  安全网关项目产品侧仓库,主要存放应用与安全网关设备上的应用、内核等相关功能的代码。
+ ## **目录结构**
<pre>
Product 安全网关产品源代码主目录
├── build Makefile和编译脚本目录
├── common 公共 代码/头文件/配置文件 目录
├── modules linux内核态源代码目录
│ └── demo 内核态驱动程序 demo 目录
@ -14,7 +20,6 @@ ld Makefile和编译脚本目录
>4. user 与 modules 目录中共有的源代码和头文件以及配置文件必须存放到 common 目录中
>5. 不得把相同功能、相同定义、相同配置的内容独立放到各自的 user 和 modules 目录中
&nbsp;
+ ## **编译方法**
1. #### 从仓库获取最新代码
<code>git clone https://git.komect.net:SDX/vBRAS.git</code>