diff --git a/Readme.md b/Readme.md index 78865db..8515464 100644 --- a/Readme.md +++ b/Readme.md @@ -85,5 +85,20 @@ _install ├── ARM64 ARM64 平台的可执行程序、驱动调试符号信息 └── LINUX ARM64 平台的可执行程序、驱动调试符号信息 -## **安装方法** -  ++ 编译信息 +执行 make 命令进行编译结束后,vBRAS/Common/compile.h 文件中保存了当前系统编译信息,可以在代码中直接引用。 + +/* This file is auto generated,for vBRAS version info */ +/* Used readelf to get this information form driver of application */ +/* "readelf --debug-dump=macro " */ +#define vBRAS_COMPILE_DATE "2019-05-22" +#define vBRAS_COMPILE_TIME "11:19:58" +#define vBRAS_COMPILE_MAJOR "20190522" +#define vBRAS_COMPILE_SUB "111958" +#define vBRAS_COMPILE_BY "hx" +#define vBRAS_COMPILE_HOST "hx-ubuntu" +#define vBRAS_GIT_TAGS "vBRAS1.0-20181213-stable-159-g1b4c69da2-dev" +#define vBRAS_GIT_VERS "1b4c69da2d9cd6d133075f2fd96fbe0ac220fb72" + +vBRAS_GIT_TAGS 记录了当前源码在 gitlab 服务器上面的分支信息 +vBRAS_GIT_VERS 记录了当前源码在 gitlab 服务器上面的版本信息 \ No newline at end of file