diff options
| author | liuwentan <[email protected]> | 2023-02-16 11:13:23 +0800 |
|---|---|---|
| committer | liuwentan <[email protected]> | 2023-02-16 11:13:23 +0800 |
| commit | f688a99bd04aee94f130568dd1c246106eee6766 (patch) | |
| tree | 8a695dea64143d6e7c945c11904fd229d910dfb0 /readme.md | |
| parent | 379efcf027a5c778d233024f10913303448fb82f (diff) | |
add ci config
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +# 简介 +MAAT是古埃及神话中真理与正义女神,她的羽毛(feather)能够判断离世之人能否前往天堂。 + +MAAT框架对网络流处理中的配置进行抽象,并具有配置写入、多机同步(基于Redis)、加载、扫描的功能。 + +maat.h中描述了初始化和配置扫描的API。 + +maat_command.h中描述了配置写入的API。 + +# 编译 +普通编译 + +` Make` + +带调试符号编译 + +`Make debug` + +安装 + +`Make install` + +生成动态链接库 `./build/src/libmaatframe.so` + +生成静态链接库 `./build/src/libmaatframe.a`
\ No newline at end of file |
