I have never used Perl, but I am really impressed by the ack, which I would like to use for source code searching, etc.
Can anyone guide me of how to make use of this excellent library on Windows?
|
|
|
Start by installing perl http://strawberryperl.com/ Install App::Ack by typing (in a windows command shell)
And undoubtedly this will prove useful http://learn.perl.org/ |
|||||||
|
|
Not all the tests pass on all versions of Windows. You can most likely get 100% functionality from ack even if the install tests fail. Here is the command to force installation if failing tests prevent a normal install:
|
|||||||||
|
|
If you already have msysgit installed, then you don't need to install Perl, because you already have a version. You just need to download the standalone version of ack1 and then create a batch script somewhere in your path2 with the contents:
You'll obviously need to edit the paths to match your msysgit installation and where you placed the ack script. If you put the ack script itself somewhere in the path, then that will run from within your msysgit bash prompt, too3.
1: From here: http://betterthangrep.com/ack-standalone |
|||||||||||
|
|
You should also run the following command to enable color highlights: cpan Win32::Console::ANSI |
|||||
|
|
If you have cygwin installed, you can simply download the standalone version. Perl is installed with cygwin. Here are the steps I followed:
Remove the comments from the lines:
Make a bin directory:
Download ack (from the homepage):
Note that you will have to manually install curl as it doesn't come with cygwin by default. |
|||||||
|
|
I had to force cpan to install
|
|||
|
|