Will installing p4v also install p4 command line?

just_gotta_know picture just_gotta_know · Nov 26, 2014 · Viewed 7.2k times · Source

I have installed p4v on my Mac. However, I also want to use the p4 command line. Should anything else be installed additionally?

Note : I can't find the p4 binary using locate or using the command sudo find / -type f | grep p4

Answer

Bryan Pendleton picture Bryan Pendleton · Nov 26, 2014

Simply go to ftp.perforce.com and download the p4 binary. Since you are on Mac OS X, you probably want the darwinx86_64 version.

Put it in a folder that is in your path (echo $PATH) and you are ready to go.