Здравствуйте! Установлена на впс-сервере Ubuntu 14.04. Не могу ничего скомпиллировать с исходников. Например, https://github.com/xcicoin/xcicoin
Делаю:
sudo apt-get update sudo apt-get install git cmake make gcc libboost1.55-all-dev git clone https://github.com/xcicoin/xcicoin.git cd xcicoin make
Выдает:
Call Stack (most recent call first): CMakeLists.txt:112 (find_package)
-- Found Git: /usr/bin/git -- Could NOT find Threads (missing: Threads_FOUND) -- Configuring incomplete, errors occurred! See also «/home/max/xcicoin/build/release/CMakeFiles/CMakeOutput.log». See also «/home/max/xcicoin/build/release/CMakeFiles/CMakeError.log». make: *** [cmake-release] Error 1
Что нужно, чтоб скомпиллировать программу?
Да, и еще, не устанавливается sudo apt-get install git cmake make gcc libboost1.55-all-dev выдает:
The following packages have unmet dependencies: libboost1.55-all-dev : Depends: libboost-iostreams1.55-dev but it is not going to be installed Depends: libboost-mpi1.55-dev but it is not going to be installed Depends: libboost-mpi-python1.55-dev but it is not going to be installed Depends: libboost-python1.55-dev but it is not going to be installed Depends: libboost-regex1.55-dev but it is not going to be installed E: Unable to correct problems, you have held broken packages.