Skip to content

Instantly share code, notes, and snippets.

@rmanalan
Created June 4, 2009 05:00
Show Gist options
  • Select an option

  • Save rmanalan/123445 to your computer and use it in GitHub Desktop.

Select an option

Save rmanalan/123445 to your computer and use it in GitHub Desktop.
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