Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will installing p4v also install p4 command line? [closed]

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

like image 976
just_gotta_know Avatar asked Sep 06 '25 13:09

just_gotta_know


1 Answers

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.

like image 69
Bryan Pendleton Avatar answered Sep 10 '25 07:09

Bryan Pendleton