I think I sorta figured out the problem. but I need some help on this
when I type
> cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CONTENT_PATCHING=OFF -DLOW_MEMORY_NODE=ON
this is what i get at the bottom
-- OPENSSL_FOUND = TRUE -- OPENSSL_INCLUDE_DIR = /usr/include
-- OPENSSL_LIBRARIES = /usr/lib/arm-linux-gnueabihf/libssl.a;/usr/lib/arm-linux-gnueabihf/libcrypto.a
-- OPENSSL_VERSION = 1.0.1t
-- Found Curses: /usr/lib/arm-linux-gnueabihf/libcurses.so
-- Found Readline: /usr/include
-- Finished fc module configuration...
-- Found Perl: /usr/bin/perl (found version "5.20.2")
/usr/bin/doxygen: error while loading shared libraries: libclang-3.5.so.1: ELF load command alignment not page-aligned
-- Found Doxygen: /usr/bin/doxygen
What is this libclang error? Tried googling it but didn't find much useful.
i installed doxygen with apt-get install doxygen