installation.qbk
来自「Boost provides free peer-reviewed portab」· QBK 代码 · 共 68 行
QBK
68 行
[/ / Copyright (c) 2008 Eric Niebler / / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) /][section Installing xpressive][h2 Getting xpressive]There are three ways to get xpressive. The first and simplest is to downloadthe latest version of Boost. Just go to [@http://sf.net/projects/boost] andfollow the ["Download] link.The second way is by downloading xpressive.zip at the[@http://www.boost-consulting.com/vault/index.php?directory=Strings%20-%20Text%20ProcessingBoost File Vault] in the ["Strings - Text Processing] directory. In addition tothe source code and the Boost license, this archive contains a copy of thisdocumentation in PDF format. This version will always be stable and at least ascurrent as the version in the latest Boost release. It may be more recent. Theversion in the File Vault is always guaranteed to work with the latest officialBoost release.The third way is by directly accessing the Boost Subversion repository.Just go to [@http://svn.boost.org/trac/boost/] and follow the instructions there foranonymous Subversion access. The version in Boost Subversion is unstable.[h2 Building with xpressive]Xpressive is a header-only template library, which means you don't need to alteryour build scripts or link to any separate lib file to use it. All you need todo is `#include <boost/xpressive/xpressive.hpp>`. If you are only using staticregexes, you can improve compile times by only including `xpressive_static.hpp`.Likewise, you can include `xpressive_dynamic.hpp` if you only plan on usingdynamic regexes.If you would also like to use semantic actions or custom assertions with yourstatic regexes, you will need to additionally include `regex_actions.hpp`.[h2 Requirements]Xpressive requires Boost version 1.34.1 or higher.[h2 Supported Compilers]Currently, Boost.Xpressive is known to work on the following compilers:* Visual C++ 7.1 and higher* GNU C++ 3.4 and higher* Intel for Linux 8.1 and higher* Intel for Windows 10 and higher* tru64cxx 71 and higher* MinGW 3.4 and higher* HP C/aC++ A.06.14[/ * QNX qcc 3.3 and higher][/ * Metrowerks CodeWarrior 9.4 and higher]Check the latest tests results at Boost's[@http://beta.boost.org/development/tests/trunk/developer/xpressive.htmlRegression Results Page].[note Please send any questions, comments and bug reports to eric <at>boost-consulting <dot> com.][endsect]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?