Installation
These are the steps to install the Titania Delivery Client Connector SDK.
- Extract the Client Connector SDK package somewhere on your system.
- Place the root directory of the extracted archive on your system's
PATH environment variable.
- On Windows, systems, open the Control Panel, select System and Security, select System, then Advanced system settings, and finally click the Environment Variables button on the Advanced tab. Select PATH and add the directory to the end of the value.
- On Linux or Mac OSX systems, open the
.profile
file in your home directory, creating it if it doesn't exist, and add the following.export PATH=$PATH:/path/to/harp.client-version
- Finally, open a command prompt and execute
tdsync --help
. If the usage information is printed to the console, the application has been installed correctly.