forked from mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
u3shit
f97a0cd197
new boost doesn't like it |
3 years ago | |
---|---|---|
benchmarks | 6 years ago | |
cmake | 6 years ago | |
docs | 6 years ago | |
fuzzing | 6 years ago | |
include | 3 years ago | |
lib | 6 years ago | |
src | 3 years ago | |
test | 6 years ago | |
utils | 6 years ago | |
www | 6 years ago | |
.arcconfig | 7 years ago | |
.clang-format | 8 years ago | |
.gitignore | 8 years ago | |
CMakeLists.txt | 6 years ago | |
CREDITS.TXT | 7 years ago | |
LICENSE.TXT | 6 years ago | |
NOTES.TXT | 7 years ago | |
TODO.TXT | 8 years ago | |
appveyor-reqs-install.cmd | 6 years ago | |
appveyor.yml | 6 years ago |
docs/README.txt
libc++ Documentation ==================== The libc++ documentation is written using the Sphinx documentation generator. It is currently tested with Sphinx 1.1.3. To build the documents into html configure libc++ with the following cmake options: * -DLLVM_ENABLE_SPHINX=ON * -DLIBCXX_INCLUDE_DOCS=ON After configuring libc++ with these options the make rule `docs-libcxx-html` should be available.