gpt4 book ai didi

c++ - 如何在 OS X 上获取 C++ 手册页?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:26:54 24 4
gpt4 key购买 nike

在 Ubuntu 中,安装 libstdc++6-x.x-doc 后,可以通过 man 获取文档,例如 libstdc++-4.8-doc:

man std::list
man std::weak_ptr
man std::ios_base

是否可以在 OSX 上安装 c++ 的手册页(使用 brew 或任何其他方式)?特别需要手册页的原因是我可以使用 SHIFT-K 从 vim 访问它们。

注意:我使用的是 g++ 的 XCode 版本:

snowch$ g++ -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.5.0
Thread model: posix

最佳答案

您可以从 here 安装这些手册页.只需运行以下命令:

$ git clone https://github.com/jeaye/stdman
$ cd stdman
$ ./configure
$ make install # as a user with appropriate permissions to install

关于c++ - 如何在 OS X 上获取 C++ 手册页?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32301363/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com