diff options
| author | zhengchao <[email protected]> | 2018-11-07 19:31:47 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-11-07 19:31:47 +0800 |
| commit | 9fa9da75ae717d328c9088e58bd1c4f69bccbff3 (patch) | |
| tree | af9129b6fab4c331b81fabac3354ddfce5fe8765 /readme.md | |
| parent | 870f6a7f06e3e389c1b9b77ecf00fe9d49855dda (diff) | |
将readme.txt的格式改为markdownv2.3.4
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..47bb41f --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ +# 简介 +MAAT是古埃及神话中真理与正义女神,她的羽毛(feather)能够判断离世之人能否前往天堂。 + +MAAT框架对网络流处理中的配置进行抽象,并具有配置写入、多机同步(基于Redis)、加载、扫描的功能。 + +Maat_rule.h中描述了初始化和配置扫描的API。 + +Maat_command.h中描述了配置写入的API。 + +# 编译 +普通编译 + +` Make` + +带调试符号编译 + +`Make debug` + +生成动态链接库 `./build/src/libmaatframe.so` + +生成静态链接库 `./build/src/libmaatframe.a`
\ No newline at end of file |
