WinMerge
インストール
Scoop によるインストール。
ダウンロード元として extras バケットを追加する。
$ scoop bucket add extras
Checking repo... ok The extras bucket was added successfully.
WinMerge をインストールする。
$ scoop install winmerge
Installing 'winmerge' (2.16.8) [64bit] winmerge-2.16.8-x64-exe.zip (9.3 MB) [====================================================] 100% Checking hash of winmerge-2.16.8-x64-exe.zip ... ok. Extracting winmerge-2.16.8-x64-exe.zip ... done. Linking ~\scoop\apps\winmerge\current => ~\scoop\apps\winmerge\2.16.8 Creating shim for 'WinMergeU'. Creating shortcut for WinMerge (WinMergeU.exe) 'winmerge' (2.16.8) was installed successfully! 'winmerge' suggests installing 'extras/vcredist2008'.
Microsoft Visual C++ Redistributable for Visual Studio 2008 がインストールされていない場合は、提案に従ってインストールを行う。
'winmerge' suggests installing 'extras/vcredist2008'.
$ scoop install vcredist2008
Installing 'vcredist2008' (9.0.30729) [64bit] vcredist_x64.exe (5.0 MB) [===============================================================] 100% Checking hash of vcredist_x64.exe ... ok. vcredist_x86.exe (4.3 MB) [===============================================================] 100% Checking hash of vcredist_x86.exe ... ok. Linking ~\scoop\apps\vcredist2008\current => ~\scoop\apps\vcredist2008\9.0.30729 Running post-install script... 'vcredist2008' (9.0.30729) was installed successfully! Notes ----- You can now remove this installer with 'scoop uninstall vcredist2008'
ノート ----- 'scoop uninstall vcredist2008' でこのインストーラーを削除できます。
インストーラーを削除する。
$ scoop uninstall vcredist2008
Uninstalling 'vcredist2008' (9.0.30729). Unlinking ~\scoop\apps\vcredist2008\current 'vcredist2008' was uninstalled.