View Single Post
Posts: 286 | Thanked: 117 times | Joined on Jan 2010
#5
Originally Posted by gregoranderson View Post
Here - have a binary in the absence of anything else (I've never created a deb package in all my puff!).

It's already compiled in the ARMEL environment, so all you have to do is untar it, then as root, run make install: e.g.

Code:
tar zxcf crunch2.4.tar.gz
root
make install
thanx alot....:P