Chinaunix

标题: Ubuntu Linux install development / system library [打印本页]

作者: futuregod    时间: 2009-01-07 09:23
标题: Ubuntu Linux install development / system library
I’m little surprised to find that Ubuntu Linux skips development man
pages by default. A quick search using apt-cache pointed out to
manpages-dev package. It includes manual pages about using GNU/Linux
for development.
Install development man pages
Use apt-get command:
$ sudo apt-get install manpages-dev
To view library calls (functions within program libraries), enter:
$ man 3 function-name
$ man 3 putc
                       
-->
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/16030/showart_1778935.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2