How can I install and use ack library on Windows?

前端 未结 9 1437
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 23:37

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 ex

9条回答
  •  臣服心动
    2021-01-29 23:53

    You can install ack via cpan:

    install strawberry perl

    run cmd as admin

    install ack:

    cpan> force install App::Ack

    it should work from there, followed this guide: http://www.jeedo.net/how-to-install-ack-on-windows-10/

    Worked without any hitches.

提交回复
热议问题