Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Forked from AaronGhent/p4merge install
Last active June 14, 2022 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phdoerfler/e6b7c69e582c0d60cdbc66ec488de73e to your computer and use it in GitHub Desktop.
Save phdoerfler/e6b7c69e582c0d60cdbc66ec488de73e to your computer and use it in GitHub Desktop.
Installs p4merge on a linux based machine
# p4merge for 64 bit
wget 'https://www.perforce.com/downloads/perforce/r22.1/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