Created
April 10, 2020 05:54
-
-
Save Utshaw/754d47931408fd19599ade706404019a to your computer and use it in GitHub Desktop.
Install p4merge diff tool in Ubuntu
This file contains hidden or 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
# Install from : https://www.perforce.com/downloads/visual-merge-tool | |
cd ~/Downloads | |
# Move p4v-2019.2.1904275 from inside some parent folder to ~/Downloads/ | |
tar zxvf p4v*.tgz | |
sudo mkdir /opt/p4v | |
cd p4v-* | |
sudo mv * /opt/p4v | |
sudo ln -s /opt/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