Skip to content

Instantly share code, notes, and snippets.

@crmaxx
Forked from AaronGhent/p4merge install
Last active September 17, 2018 09:55
Show Gist options
  • Save crmaxx/4b40d46f761269e73d262e07e0fea543 to your computer and use it in GitHub Desktop.
Save crmaxx/4b40d46f761269e73d262e07e0fea543 to your computer and use it in GitHub Desktop.
Installs p4merge on a linux based machine
# p4merge for 64 bit
wget https://cdist2.perforce.com/perforce/r18.2/bin.linux26x86_64/p4v.tgz
tar zxvf p4v.tgz
sudo cp -r p4v-* /usr/local/p4v/
sudo ln -s /usr/local/p4v/bin/p4merge /usr/local/bin/p4merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment