From 2d293d2b6177f16046c7008454cc856167163e31 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Sun, 31 May 2020 08:28:39 +0000 Subject: [PATCH] corrected required packages and worked on pdf2htmlEX library list --- buildScripts/getDevLibrariesApt | 3 +-- pdf2htmlEX/CMakeLists.txt | 11 ++++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildScripts/getDevLibrariesApt b/buildScripts/getDevLibrariesApt index b0e9140..3041050 100755 --- a/buildScripts/getDevLibrariesApt +++ b/buildScripts/getDevLibrariesApt @@ -18,12 +18,11 @@ sudo apt-get $UNATTENDED install \ libcairo-dev \ libpng-dev \ libjpeg-dev \ - + libxml2-dev \ # libspiro-dev \ # libpango1.0-dev \ # liblcms2-dev \ -# libxml2-dev \ # libuninameslist-dev \ # python3-dev diff --git a/pdf2htmlEX/CMakeLists.txt b/pdf2htmlEX/CMakeLists.txt index b617d20..6bc37b1 100644 --- a/pdf2htmlEX/CMakeLists.txt +++ b/pdf2htmlEX/CMakeLists.txt @@ -82,20 +82,21 @@ set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} -lfreetype -lfontconfig -ljpeg - -lz - -llcms2 -lpng -lz - -llcms2 -pthread - -lspiro - -luninameslist -lm -lxml2 -lglib-2.0 -lgio-2.0 ) +# -llcms2 +# -lz +# -llcms2 +# -lspiro +# -luninameslist + # debug build flags (overwrite default cmake debug flags) set(CMAKE_C_FLAGS_DEBUG "-ggdb -pg") set(CMAKE_CXX_FLAGS_DEBUG "-ggdb -pg")