
But, I am now stuck at step 3: Compile
Here is the command and error output:
dee@DDZdebian:~/bitmonero$ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
/bin/sh: 1: cmake: not found
make: *** [cmake-release] Error 127
I changed all three of the /home/user entries in the blockchain-converter.cpp file.
Any help?
(I am guessing that I don't have Cmake installed, hence the problem(?)
sudo apt-get install cmake
You need to install all the dependencies that way. I think you can do something like apt-get install build-essential and get a lot of basic stuff at once.