diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index b2570d1..5996d86 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -126,13 +126,14 @@ Compilation is now done by performing the following steps: -DLLVM_ENABLE_PIC=OFF \ -DLLVM_BUILD_LLVM_DYLIB=OFF \ -DLLVM_BUILD_LLVM_C_DYLIB=OFF \ + -DLLVM_ENABLE_TERMINFO=OFF \ path_to_llvm_root_source_dir and then build doxygen with these options: cmake -DCMAKE_BUILD_TYPE=Release \ "-DCMAKE_FIND_LIBRARY_SUFFIXES=.a" \ - "-ldl;-lz;-lncurses;-lpthread" \ + "-ldl;-lz;-lpthread" \ -Duse_libclang=YES \ path_to_doxygen_root_source_dir |