-
-
Save JamesDaniel/f6249ffe392b44e05fe3bb9a972ae48e 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
wget http://www.perforce.com/downloads/perforce/r15.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