Hi, I have llvm installed through MacPorts. But I don't see macports installed. Are there supposed to be manpages of commands like lli installed? -- Regards, Peng
I'm not sure if we have it wired into the build, nor do I know how macports is packaging things, but you can do: $ cd llvm/docs $ make -f Makefile.sphinx man $ man ./_build/man/lli.1 -- Sean Silva On Mon, Jan 5, 2015 at 7:18 PM, Peng Yu <pengyu.ut at gmail.com> wrote:> Hi, > > I have llvm installed through MacPorts. But I don't see macports > installed. Are there supposed to be manpages of commands like lli > installed? > > -- > Regards, > Peng > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150105/6ad63ba0/attachment.html>
On Jan 5, 2015, at 10:47 PM, Sean Silva <chisophugis at gmail.com> wrote:> On Mon, Jan 5, 2015 at 7:18 PM, Peng Yu <pengyu.ut at gmail.com> wrote: > >> I have llvm installed through MacPorts. But I don't see macports >> installed. Are there supposed to be manpages of commands like lli >> installed? > > I'm not sure if we have it wired into the build, nor do I know how macports is packaging things, but you can do: > > $ cd llvm/docs > $ make -f Makefile.sphinx man > $ man ./_build/man/lli.1We (i.e., MacPorts) don't currently build the docs because it'd require adding a dependency on Sphinx. We could add a separate documentation port, though. https://trac.macports.org/ticket/46431 vq