From 1a5c152901de27db53f5cb69dce87df63f426cf4 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 7 Feb 2019 21:40:59 +0100 Subject: Updated build instructions to get rid the libtinfo.so dependency on Linux with static libclang. --- doc/install.doc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12