acl/lib_acl_cpp
2019-09-06 13:17:45 +08:00
..
acl_cpp Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
acl_cpp.xcodeproj add http_aclient class into xcode project. 2019-06-11 19:25:54 +08:00
app/ndb Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
include/acl_cpp support 302, 301 redirect in http module 2019-08-28 11:18:18 +08:00
independent/connpool Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
lib delete dummy files 2015-11-27 07:11:18 -08:00
samples fixed bug in http_aclient_ssl sample. 2019-09-03 13:15:41 +08:00
src delay time default was set to 100 ms 2019-09-06 13:17:45 +08:00
changes.txt release 3.5.0-10 for bugfix in socket_stream::get_ip() 2019-08-22 11:38:50 +08:00
CMakeLists.txt modify CMakeLists for building release version 2019-09-06 11:27:36 +08:00
Doxyfile first commit acl to github 2013-08-18 17:42:25 +08:00
lib_acl_cpp_vc2003.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2003.vcproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2008.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2008.vcproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2010.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2010.vcxproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2010.vcxproj.filters add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2010.vcxproj.user 整理了一些文件格式 2014-11-19 00:25:21 +08:00
lib_acl_cpp_vc2012.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2012.vcxproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2012.vcxproj.filters add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2013.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2013.vcxproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2013.vcxproj.filters add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2015.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2015.vcxproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2015.vcxproj.filters add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2017.rc release acl 3.5.0! 2019-03-09 20:23:08 +08:00
lib_acl_cpp_vc2017.vcxproj add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
lib_acl_cpp_vc2017.vcxproj.filters add http_aclient into vcs' projects. 2019-06-05 18:12:18 +08:00
Makefile compiling optimization to get smaller library's size 2019-05-19 16:54:20 +08:00
ReadMe.txt Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2003.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2008.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2010.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2012.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2013.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2015.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
resource_vc2017.h Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
todo.txt Revert "All source code have been changed to use utf8 charset with BOM header!" 2019-07-28 10:31:56 +08:00
xmake.lua add xmake.lua 2017-11-30 10:04:15 +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