Created
January 17, 2014 01:02
-
-
Save AaronGhent/8466611 to your computer and use it in GitHub Desktop.
Installs p4merge on a linux based machine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Updated link to r17.3 of p4merge
wget http://www.perforce.com/downloads/perforce/r17.3/bin.linux26x86_64/p4v.tgz
Updated link to r18.1 of p4merge
wget http://www.perforce.com/downloads/perforce/r18.1/bin.linux26x86_64/p4v.tgz
Updated link to r18.4 of p4merge
wget http://www.perforce.com/downloads/perforce/r18.4/bin.linux26x86_64/p4v.tgz
Updated link to r19.2 of p4merge
wget https://cdist2.perforce.com/perforce/r19.2/bin.linux26x86_64/p4v.tgz
other versions: https://cdist2.perforce.com/perforce/r19.2/
Updated link to r20.2 of p4merge
wget https://www.perforce.com/downloads/perforce/r20.2/bin.linux26x86_64/p4v.tgz
Updated link to r21.1 of p4merge
wget https://cdist2.perforce.com/perforce/r21.1/bin.linux26x86_64/p4v.tgz
Updated link to r22.3 of p4merge
wget https://filehost.perforce.com/perforce/r22.3/bin.linux26x86_64/p4v.tgz
Updated link to r23.1 of p4merge
wget https://cdist2.perforce.com/perforce/r23.1/bin.linux26x86_64/p4v.tgz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated link to r15.2 of p4merge
wget http://www.perforce.com/downloads/perforce/r15.2/bin.linux26x86_64/p4v.tgz