Guys,
I'm using this instruction to compile both on Windows and my remote Azure Ubuntu:
https://gist.github.com/xorrbit/8848780I got stuck at this step: "11. Run autogen.sh: ./autogen.sh"
dude12@Ubuntu1:~/cpuminer$ ./autogen.sh
-bash: ./autogen.sh: Permission denied
When I try to run it as root:
dude12@Ubuntu1:~/cpuminer$ sudo -i sh ./autogen.sh
sh: 0: Can't open ./autogen.sh
Please advise how to proceed!