Installing P4 on Mac OS…

Lee Winder
Engineering Game Development
1 min readJun 4, 2013

…because for some reason installing P4V doesn’t install the command line tool (and I’m tired of having to Google it).

  • Download the command line client from Perforce — http://www.perforce.com/downloads
  • Copy the downloaded file to /usr/local/bin/
  • Make the file executable by running the following in Terminal

cd /usr/local/bin/
chmod +x p4

Why Perforce can’t provide a P4 install is beyond me…

--

--