acl/lib_acl_cpp
2015-04-15 22:56:48 +08:00
..
app/ndb 整理了一些文件格式 2014-11-19 00:25:21 +08:00
include/acl_cpp add comments for redis_set 2015-04-15 22:56:48 +08:00
independent/connpool 整理了一些文件格式 2014-11-19 00:25:21 +08:00
lib first commit acl to github 2013-08-18 17:42:25 +08:00
samples modify README.md for redis module 2015-04-08 10:34:33 +08:00
src add some comments for redis module 2015-04-12 06:37:17 -07:00
changes.txt add some comments for redis module 2015-04-12 06:37:17 -07:00
Doxyfile first commit acl to github 2013-08-18 17:42:25 +08:00
lib_acl_cpp_vc2003.rc modify some projects and samples 2015-03-08 06:34:00 -07:00
lib_acl_cpp_vc2003.vcproj 完善了连接池管理功能模块 2015-04-04 15:25:29 +08:00
lib_acl_cpp_vc2008.rc modify some projects and samples 2015-03-08 06:34:00 -07:00
lib_acl_cpp_vc2008.vcproj fixed some bugs in redis module, and improve some redis functions 2015-04-07 08:31:31 -07:00
lib_acl_cpp_vc2010.rc modify some projects and samples 2015-03-08 06:34:00 -07:00
lib_acl_cpp_vc2010.vcxproj fixed some bugs in redis module, and improve some redis functions 2015-04-07 08:31:31 -07:00
lib_acl_cpp_vc2010.vcxproj.filters fixed some bugs in redis module, and improve some redis functions 2015-04-07 08:31:31 -07:00
lib_acl_cpp_vc2010.vcxproj.user 整理了一些文件格式 2014-11-19 00:25:21 +08:00
lib_acl_cpp_vc2012.rc modify some projects and samples 2015-03-08 06:34:00 -07:00
lib_acl_cpp_vc2012.vcxproj fixed some bugs in redis module, and improve some redis functions 2015-04-07 08:31:31 -07:00
lib_acl_cpp_vc2012.vcxproj.filters fixed some bugs in redis module, and improve some redis functions 2015-04-07 08:31:31 -07:00
Makefile fixed acl_master framework bug; add some functions to redis_command; modify some Makefile 2015-02-10 17:23:24 +08:00
Makefile.db 增加了 mime 邮件解析的几个方法;修改 lib_acl_cpp/Makefile.db 2015-03-22 17:25:48 +08:00
ReadMe.txt 整理了一些文件格式 2014-11-19 00:25:21 +08:00
resource_vc2003.h 整理了一些文件格式 2014-11-19 00:25:21 +08:00
resource_vc2008.h 整理了一些文件格式 2014-11-19 00:25:21 +08:00
resource_vc2010.h 整理了一些文件格式 2014-11-19 00:25:21 +08:00
resource_vc2012.h 整理了一些文件格式 2014-11-19 00:25:21 +08:00
todo.txt select on WIN32 using has some problem 2015-03-11 09:09:28 +08:00

1) 编译
1.1) WIN32 平台:可以用 vc2003 或 vc2010 打开工程文件进行编译,编译后的 lib_acl.lib 库被拷贝至
lib/ 目录下,如果需要编译 samples/ 下的例子,还需要将 acl_project 的编译后的库
lib_acl_d.dll/lib_acl_d.lib, lib_acl.dll/lib_acl.lib, lib_acl_vc2003d.lib, lib_acl_vc2003.lib,
lib_acl_vc2010d.lib, lib_acl_vc2010.lib 以及 lib_protocol_d.dll/lib_protocol_d.lib,
lib_protocol.dll/lib_protocol.lib, lib_protocol_vc2003d.lib, lib_protocol_vc2003.lib,
lib_protocol_vc2010d.lib, lib_protocol_vc2010.lib 拷贝至 lib/ 目录下,另外,如果需要编译
与压缩、数据库操作的示例,则还需要将 mysql, sqlite3 以及 zlib 的库拷贝至 lib/ 目录下,如果
需要编译 ssl 相关的示例,需要将 polarssl 的库拷贝至 lib/ 目录下.

1.2) Linux 平台:直接运行 make 便可在 lib/ 目录下生成 lib_acl.a 库,如果需要生成动态库,则需要运行
make rpath=xxx, 其中 xxx 代表 mysql, sqlite, polarssl 库所在的路径

2) 依赖关系
2.1) acl: 必须是 acl.2.1.2.8.src.2012.8.1.tgz 以后的版本, https://sourceforge.net/projects/acl/
2.2) zlib: http://zlib.net/
2.3) polarssl: http://polarssl.org/
2.4) libmysqlcient