如何在os x上获取c ++手册页?

时间:2015-08-30 21:32:52

标签: c++ xcode macos vim man

在Ubuntu中,安装libstdc ++ 6-x.x-doc之后,docs可以通过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

1 个答案:

答案 0 :(得分:6)

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

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