반응형

On UNIX and OS X

$ export P4CLIENT=bruno_ws

On Windows

$ set P4CLIENT=bruno_ws
반응형

https://stackoverflow.com/questions/59322295/can-i-get-files-from-depot-without-a-stream-in-perforce-p4

 

Can I get files from "Depot" without a "Stream" in Perforce P4?

So I've been reading the helix-core documentation for the p4 command line tool because I cannot use the visual client on my current machine. I am trying to get a way to get the latest files from the

stackoverflow.com

 

p4 client
반응형

Add the Perforce packaging key to your APT keyring. For example,
wget -qO - https://package.perforce.com/perforce.pubkey | sudo apt-key add -

Add the Perforce repository to your APT configuration.
Create a file called /etc/apt/sources.list.d/perforce.list with the following line:

deb http://package.perforce.com/apt/ubuntu {distro} release

Where {distro} is replaced by one of the following: precise, trusty, xenial, bionic, or focal.

Run apt-get update
Install the package by running sudo apt-get install helix-p4d

'프로그래밍' 카테고리의 다른 글

ubuntu perfoce 설정  (0) 2022.10.20
WSL 브릿지 모드  (0) 2022.10.20
트랜잭션 문제  (0) 2022.10.18
게임 전투 데이터 AI 치터 판별 팁  (0) 2022.10.17
Detect anomalies in product sales with ML.NET  (0) 2022.10.14

+ Recent posts