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

📄 readme.osx

📁 用c++编写http server的源码库,对socket等网络处理的代码可迅速转为己用.
💻 OSX
字号:
Mac OS X Build Instructions===========================Building Boost with ASIO:-------------------------Please see the README.boost file for instructions.There are no known problems on OS X.Installing zlib & openssl:--------------------------ASIO requires zlib and openssl for compression and SSL/TLS encryptionsupport, respectively.  These libraries are pre-installed on OS X.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.If you have MacPorts (http://www.macports.org) already installed, it is easyto use it to install the log4cpp library:sudo port install log4cppIf you do not have MacPorts or prefer to compile the logging framework fromsource, you can download the tarballs from the following sites:http://logging.apache.org/log4cxxhttp://log4cpp.sourceforge.netNote that the log4cplus library does not build properly under OS X, so youwill need to use log4cxx or log4cpp 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-log4cpp=/opt/local]make ; sudo make install

⌨️ 快捷键说明

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