Building from source

You can also build manually from the source for more control. First obtain a copy of the source by either downloading the zipball or cloning the public repository:

git clone git@bitbucket.org:ftrack/ftrack-perforce-location.git

You can then build and install the plugin:

python setup.py build_plugin

The result plugin will then be available under the build folder. Copy or symlink the result plugin folder in your FTRACK_CONNECT_PLUGIN_PATH.

standalone location

In case you want to use this location as standalone (without connect running), please remember to set FTRACK_EVENT_PLUGIN_PATH to the location folder under the plugin root.

Note

In order to authenticate to perforce please use:

p4 -u <your username> login

Building documentation from source

To build the documentation from source:

python setup.py build_sphinx

Then view in your browser:

file:///path/to/ftrack-perforce-location/build/doc/html/index.html