📄 readme.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 + -