installation.qbk

来自「Boost provides free peer-reviewed portab」· QBK 代码 · 共 45 行

QBK
45
字号
[/ / 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 Proto][heading Getting Proto]You can get Proto by downloading [^proto.zip] from[@http://www.boost-consulting.com/vault/index.php?directory=Template%20Metaprogramming]or by accessing Boost's SVN repository on SourceForge.net. Just go to[@http://svn.boost.org/trac/boost/wiki/BoostSubversion]and follow the instructions there for anonymous SVN access.[heading Building with Proto]Proto 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 needto do is `#include <boost/xpressive/proto/proto.hpp>`. This will include thecore of Proto. If you want to use any transforms, you must include theappropriate header from the [^boost\/proto\/transform\/] directory.Likewise for any evaluation contexts, which live in the[^boost\/proto\/context\/] directory.[heading Requirements]Proto depends on Boost. You must use either Boost version 1.34.1 or theversion in SVN trunk.[heading Supported Compilers]Currently, Boost.Proto is known to work on the following compilers:* Visual C++ 7.1 and higher* GNU C++ 3.4 and higher* Intel on Linux 8.1 and higher* Intel on Windows 9.1 and higher[note Please send any questions, comments and bug reports to eric <at> boost-consulting <dot> com.][endsect]

⌨️ 快捷键说明

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