summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-02-07 20:40:59 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-02-07 20:40:59 (GMT)
commit1a5c152901de27db53f5cb69dce87df63f426cf4 (patch)
tree1d85f3edde1acb7ecd0d0c7663f7bddb9b801ca4
parent2802e2b4ee8158dba3f3584037e99907c6db7ec4 (diff)
downloadDoxygen-1a5c152901de27db53f5cb69dce87df63f426cf4.zip
Doxygen-1a5c152901de27db53f5cb69dce87df63f426cf4.tar.gz
Doxygen-1a5c152901de27db53f5cb69dce87df63f426cf4.tar.bz2
Updated build instructions to get rid the libtinfo.so dependency on Linux with static libclang.
-rw-r--r--doc/install.doc3
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