# Copy this into the shell startup file (.profile or whatever). export P4USER='' # Who is the default user on this host. export P4CLIENT='' # The name of the P4 client. export EDITOR='' # Your favorite editor program. export DIFF='' # Your favorite difference program. export P4PATH='' # Where the whole package is installed. export P4ROOT='' # Where the work files will be. export P4PORT='XXX.XXX.XXX.XXX:XXXX' # Where the server is. export PERLLIB=$P4PATH/lib # So perl will find 'P4.pm'. export P4TEMP='' # Where to put temporary files. . $P4PATH/p4funcs # Defines all commands. PATH=$PATH:$P4PATH # Make scripts available.