xyz Asked: 2009-12-28 02:24:11 +0800 CST2009-12-28 02:24:11 +0800 CST 2009-12-28 02:24:11 +0800 CST How to get a man page for manually compiled software? 772 I'm using Mac OS X and I manually compiled llvm and clang because they were not available from MacPorts (a package manager). I presume clang has some kind of man page. How do I install and/or activate it so that I can access it with man clang? mac-osx 2 Answers Voted Best Answer pavium 2009-12-28T02:45:38+08:002009-12-28T02:45:38+08:00 Speaking from a Linux perspective (which I think might be reasonably similar) the manual compilaton of a program, that is, by the usual make; make install may have already generated a man page, and installed it in an appropriate place. This might be done by the makefile. At least, I've observed this when installing Linux software. Nunya 2009-12-28T05:48:11+08:002009-12-28T05:48:11+08:00 As pavium says in my experience with Linux if a man page has been created it installs with the software when you make it. If the authors did not create a man page they did create an on line manual. http://clang.llvm.org/docs/UsersManual.html
Speaking from a Linux perspective (which I think might be reasonably similar) the manual compilaton of a program, that is, by the usual
may have already generated a
man
page, and installed it in an appropriate place. This might be done by the makefile.At least, I've observed this when installing Linux software.
As pavium says in my experience with Linux if a man page has been created it installs with the software when you make it. If the authors did not create a man page they did create an on line manual.
http://clang.llvm.org/docs/UsersManual.html