man std::Listman std::weak_ptrman std::ios_base
是否可以在OSX上安装c(使用brew或任何其他方法)的手册页?特别要求手册页的原因是我可以使用SHIFT-K从vim访问它们.
注意:我正在使用g的XCode版本:
sNowch$g++ -vConfigured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)Target: x86_64-apple-darwin14.5.0Thread model: posix解决方法 您可以从 here安装这些手册页.只需运行以下命令:
$git clone https://github.com/jeaye/stdman$cd stdman$./configure$make install # as a user with appropriate permissions to install总结
以上是内存溢出为你收集整理的如何在os x上获得c手册页?全部内容,希望文章能够帮你解决如何在os x上获得c手册页?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)