I'm trying to follow this https://steemit.com/steemhelp/@nextgencrypto/basic-mining-instructions--ubuntu-15
I'm on Elementary OS Freya. I successfully installed boost 1.57 using this guede: http://shortrecipes.blogspot.si/2015/02/ubuntu-1404-install-boost-157.html
But I'm still getting this ugly error. I must be missing something.. :(
-- BUILD_STEEM_TESTNET: OFF
-- LOW_MEMORY_NODE: OFF
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
Unable to find the requested Boost libraries.
Boost version: 1.54.0
Boost include path: /usr/include
Detected version of Boost is too old. Requested version was 1.57 (or
newer).
Call Stack (most recent call first):
CMakeLists.txt:80 (FIND_PACKAGE)
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- coroutine
-- Configuring Steem on Linux
-- Configuring project fc located in: /home/user/Prog/steem/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- thread
-- date_time
-- system
-- filesystem
-- program_options
-- signals
-- serialization
-- chrono
-- unit_test_framework
-- context
-- locale
-- iostreams
-- coroutine
** websocketpp
=========== Used Build Configuration =============
-- ENABLE_CPP11 = ON
-- BUILD_EXAMPLES = OFF
-- BUILD_TESTS = OFF
-- WEBSOCKETPP_ROOT = /home/user/Prog/steem/libraries/fc/vendor/websocketpp
-- WEBSOCKETPP_BIN = /home/user/Prog/steem/libraries/fc/vendor/websocketpp/bin
-- WEBSOCKETPP_LIB = /home/user/Prog/steem/libraries/fc/vendor/websocketpp/lib
-- Install prefix = /usr/local
-- WEBSOCKETPP_BOOST_LIBS =
-- WEBSOCKETPP_PLATFORM_LIBS =
-- WEBSOCKETPP_PLATFORM_TLS_LIBS =
-- OPENSSL_FOUND = TRUE
-- OPENSSL_INCLUDE_DIR = /usr/include
-- OPENSSL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a
-- OPENSSL_VERSION = 1.0.1f
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
-- Could NOT find Readline (missing: Readline_INCLUDE_DIR Readline_LIBRARY)
-- Finished fc module configuration...
--
CONFIGURED FOR STEEM NETWORK
--
CONFIGURED FOR FULL NODE
-- Configuring incomplete, errors occurred!