I haven't been successful yet. My first run through ended with this:
CMake Error at /opt/cmake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find GMP (missing: GMP_LIBRARIES GMP_INCLUDE_DIR)
Call Stack (most recent call first):
/opt/cmake/share/cmake-3.9/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
libraries/fc/CMakeModules/FindGMP.cmake:50 (find_package_handle_standard_args)
libraries/fc/CMakeLists.txt:20 (find_package)
Trying again after running sudo apt-get install libgmp3-dev
with a --no-cache
. We'll see. Fingers crossed.
Hopefully that does the trick, patience is a virtue. I haven't even looked at the EOS github yet, but it does sound intriguing. Your persistence will pay off!