Skip to content

Instantly share code, notes, and snippets.

@AaronGhent
Created January 17, 2014 01:02
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save AaronGhent/8466611 to your computer and use it in GitHub Desktop.
Save AaronGhent/8466611 to your computer and use it in GitHub Desktop.
Installs p4merge on a linux based machine
# p4merge for 64 bit
wget http://www.perforce.com/downloads/perforce/r13.4/bin.linux26x86_64/p4v.tgz
# p4merge for 32 bit
# wget http://www.perforce.com/downloads/perforce/r13.4/bin.linux26x86/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
@skanga
Copy link

skanga commented Feb 7, 2016

@marceltn
Copy link

@nachomartinr
Copy link

nachomartinr commented Apr 12, 2018

@simonflueckiger
Copy link

@tomaziniale
Copy link

@hartingsdev
Copy link

@rwarren
Copy link

rwarren commented Feb 9, 2021

@solebox
Copy link

solebox commented Dec 9, 2022

@maurerle
Copy link

maurerle commented Apr 7, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment