Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:26:45 +08:00
parent 4770460ef3
commit 60705d9853
1 changed files with 5 additions and 5 deletions

View File

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