3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Macのdiffツール「meld」インストールメモ

Last updated at Posted at 2020-04-05

(必要であれば)Homebrewをアップデート

brew update

次にHomebrew-Caskをインストール

brew tap caskroom/cask

もしインストール時、権限エラーになった際は下記コマンドを実行する

sudo chown -R $(whoami) /usr/local/Cellar
sudo chown -R $(whoami) /usr/local

meldインストール

brew install caskroom/cask/meld

meld を起動する

ターミナルで下記コマンドを実行

meld

meldのウィンドウが立ち上がります。

3
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?