readme

来自「用c++编写http server的源码库,对socket等网络处理的代码可迅速」· 代码 · 共 48 行

TXT
48
字号
libpion: a C++ framework for building lightweight HTTP interfacesCopyright (C) 2007 Atomic Labs, Inc.Home page: http://www.atomiclabs.com/libpionSee COPYING for licensing information.Build and installation summary:# ./configure --with-boost=/path/to/boost# make all# make installSee INSTALL or run "./configure --help" for more detailed instructions.Detailed build instructions are available for all of the platforms supportedby libpion within the "doc" subdirectory (README.platform).  Please read theseinstructions first.Starting with 0.2.0, libpion REQUIRES the Boost C++ libraries (version1.34.0 or greater), and the Boost ASIO library (version 0.38 orgreater). Please see the README.boost file within the "doc" subdirectoryfor instructions on how to download, build and install these libraries.Boost ASIO additionally requires OpenSSL for SSL/TLS support and zlib forcompression.  You can download these libraries from the following locations:http://www.openssl.orghttp://www.zlib.netFor logging, libpion may be configured to:a) disable logging entirely (the default configuration)b) use std::cout and std::cerr for logging (configure --with-ostream-logging)c) use one of the following open source libraries: log4cxx, log4cpp or   log4cplus (configure using one of --with-log4cxx, --with-log4cpp or   --with-log4cplus, respectively)You can download these logging libraries from the following locations:http://logging.apache.org/log4cxxhttp://log4cpp.sourceforge.nethttp://log4cplus.sourceforge.netPlease note that not all of these libraries work on all platforms.  Pleasesee the README.platform files for more information.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?