Top/App/ripgrep

目次

ripgrep

build

  1. ソースコードの取得
    $ git clone https://github.com/BurntSushi/ripgrep.git
    $ cd ripgrep
    $ git co refs/tags/0.9.0
  2. README.md の記載に従いビルドする
    $ cargo build --release
  3. ビルド出来たか確認する
    $ ./target/release/rg --version
  4. ビルドして出来たコマンドの場所に環境変数 PATH を通すか、コマンドファイルを PATH の通っているところに移す。

参考リンク


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS