Created
June 4, 2009 05:00
-
-
Save rmanalan/123445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir ack | |
| cd ack | |
| wget http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/ack-1.89_02.tar.gz | |
| tar xzvf ack-1.89_02.tar.gz | |
| wget http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/File-Next-1.02.tar.gz | |
| tar zxvf File-Next-1.02.tar.gz | |
| cd File-Next-1.02 | |
| perl Makefile.PL | |
| make | |
| make test | |
| sudo make install | |
| cd ../ack-1.89_02/ | |
| perl Makefile.PL | |
| make | |
| make test | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment