-
Notifications
You must be signed in to change notification settings - Fork 62
Description
I'm using Linux MInt 19.1 Cinnamon 64-bit
I already follow your installing instruction :
apt-get install cmake build-essential swig python-qt4 pyqt4-dev-tools qt4-dev-tools libicu-dev libtre-dev qt4-linguist-tools python-magic libfuse-dev libudev-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev flex bison devscripts pkg-config autotools-dev automake autoconf autopoint zlib1g-dev libtool libssl-dev wget scons libtalloc-dev clamav
git clone https://github.com/arxsys/dff/
cd dff
git submodule init
git submodule update
mkdir build
cd build
cmake ..
Below is error when i type cmake ..
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found compatible SWIG version (3.0.12)
-- Building project in dedicated build directory : /home/dory/dff/build
-- Will use -g for debugging -- no
-- input / output stats disabled
-- Compile WITHOUT TwoThreeTree debug information
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found ICU libraries:
/usr/lib/x86_64-linux-gnu/libicudata.so
/usr/lib/x86_64-linux-gnu/libicui18n.so
/usr/lib/x86_64-linux-gnu/libicuuc.so
/usr/lib/x86_64-linux-gnu/libicuio.so
_icu_lib_le-NOTFOUND
/usr/lib/x86_64-linux-gnu/libiculx.so
icu_lib-le-hb-NOTFOUND
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find ICU (missing: ICU_LIBRARIES) (found version "60.2.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake_modules/FindICU.cmake:178 (find_package_handle_standard_args)
cmake_modules/dff/find_deps.cmake:116 (find_package)
CMakeLists.txt:22 (include)
-- Configuring incomplete, errors occurred!
See also "/home/dory/dff/build/CMakeFiles/CMakeOutput.log".
Need your help...thanks...