<p dir="ltr">On Dec 19, 2013 8:45 AM, "thufir" <<a href="mailto:hawat.thufir@gmail.com">hawat.thufir@gmail.com</a>> wrote:<br>
> I downloaded the zip file instead of using git, as some websites suggest.<br>
> I don't see any errors, or nothing that looks like an error to me.  I see<br>
> mention of minerd and scrypt, which are the particular programs.   Don't<br>
> get it.<br>
><br>
> thanks,<br>
><br>
> Thufir</p>
<p dir="ltr">After ./configure runs you also need to run make all install usually. 'make all && make install' or possibly 'make all && sudo make install' depending on where it wants to put things. Also, your current directory hopefully isn't in your path, so you would need to launch it with ./<progname> rather than just <progname>.</p>