I am compiling bitcoin wallet 0.9.4
In the guide it says
Cd /c/bitcoin-0.9.4
./autogen.sh
CPPFLGS=“-|/c/....
Autually how to run this since CPPFLGS is not a command
Where to put this code? Run command it was not recognized
CPPFLGS is a variable/macro used to include directories. make then uses them as part of the build process. Are you using the shell as mentioned in the instructions you are following? (e.g. Install msys shell ). Perhaps you are using the wrong shell?
And to reiterate what achow101 said, is there a reason to use 0.9.4 vs 0.15.1?