BlockSci icon indicating copy to clipboard operation
BlockSci copied to clipboard

Add Cmake version to compilation instructions

Open evd0kim opened this issue 7 years ago • 3 comments

Dear BlockSci developers!

I wish you could change section "Compiling BlockSci" and add Cmake version.

I'm not sure what version have to be to successfully compile the project, however, the pip3 install bug disappeared when I installed Cmake 3.11 and it hasn't installed modules when it was 3.5 (default Ubuntu Cmake version).

Thank you very much for your work.

evd0kim avatar Oct 08 '18 10:10 evd0kim

For Debian/Ubuntu, it's probably also helpful to add the lines: sudo apt-get install gcc-7 g++7 and update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7

geofurb avatar Nov 08 '18 04:11 geofurb

These comments are great. I don't know if this is relevant here exactly, but over the summer me and a coworker made an ansible role that installs blocksci https://github.com/unchained-capital/blocksci-ansible-role

nelsontodd avatar Nov 28 '18 19:11 nelsontodd

Debian 9. Non-default cmake version 3.13.3 is fine for BlockSci.

evd0kim avatar Jan 22 '19 12:01 evd0kim