Skip to content

Instantly share code, notes, and snippets.

@marceltn
Forked from AaronGhent/p4merge install
Last active February 25, 2018 21:15
Show Gist options
  • Save marceltn/52f6ef6d732755dcb184145e8f655001 to your computer and use it in GitHub Desktop.
Save marceltn/52f6ef6d732755dcb184145e8f655001 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/r17.3/bin.linux26x86_64/p4v.tgz
```
# p4merge for 32 bit
```
wget http://www.perforce.com/downloads/perforce/r17.3/bin.linux26x86/p4v.tgz
```
# Instructions to install
```
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