⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.freebsd

📁 用c++编写http server的源码库,对socket等网络处理的代码可迅速转为己用.
💻 FREEBSD
字号:
FreeBSD Build Instructions==========================Building Boost with ASIO:-------------------------Please see the README.boost file for instructions.There are no known problems on FreeBSD.Installing zlib & openssl:--------------------------ASIO requires zlib and openssl for compression and SSL/TLS encryptionsupport, respectively.  These libraries are pre-installed on FreeBSD.However, you may instead choose to download and install the latestversions from the following sites:http://www.zlib.nethttp://www.openssl.orgLogging frameworks:-------------------Note that the use of a logging framework is entirely optional, so you mayskip this step if you like.The easiest way to install the the logging frameworks for FreeBSD is touse the pkg_add utility.  This will automatically install the libraryand include files within the /usr/local directory.pkg_add -r log4cxxpkg_add -r log4cplusThe log4cpp framework, although available, does not seem to work under FreeBSD.  This appears to be due to bugs within the version of log4cpp provided with FreeBSD.  Since both log4cxx and log4cplus are also available and work correctly, we recommend that you use one of those instead.Building and installing libpion:--------------------------------Now you should be able to build and install libpion:tar xvfz libpion-VERSION.tar.gzcd libpion-VERSION./configure --with-boost=/usr/local \	[--with-openssl] [--with-log4cxx=/usr/local]make ; sudo make install

⌨️ 快捷键说明

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