problem with Cmake variables on compilation
I'm trying to compile kbibtex using
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release && make
but I get the following error
CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
LIBXSLT_INCLUDE_DIR (ADVANCED)
used as include directory in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
used as include directory in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
LIBXSLT_LIBRARIES (ADVANCED)
linked by target "kbibtexio" in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
POPPLER_QT4_INCLUDE_DIR (ADVANCED)
used as include directory in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
used as include directory in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
POPPLER_QT4_LIBRARY
linked by target "kbibtexio" in directory
/home/user/Downloads/kbibtex-0.4.1/src/libkbibtexio
-- Configuring incomplete, errors occurred!
No comments:
Post a Comment