[LLVMdev] How to build LLVM doxygen in HTML ?
Bo
wb_llvm at 163.com
Tue May 5 02:54:40 PDT 2015
Hi, everyone.
I want to get a copy of the doxygen web-pages of llvm, so I can work with it without the internet. I did as follows:
$ cd LLVM_ROOT_DIR
$ mkdir out
$ cd out/
$ ../configure --enable-doxygen
$ make ENABLE_OPTIMIZED=1
But it only built llvm without documentation. I also tried
$ make BUILD_FOR_WEBSITE=1 ENABLE_OPTIMIZED=1
and
$ make ENABLE_OPTIMIZED=1 EXTRA_DIST=1
All of them did not work. How could I build the web pages ?
Thanks a lot.
Bo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150505/36e90cee/attachment.html>
More information about the llvm-dev
mailing list