Pre-installation tasks
Before installation the SDK, consider whether or not you intend to keep several versions of the SDK on your system:
- The RPM (RedHat Package Manager) version of the SDK package installs to a default directory. Thus, it will overwrite any other
RPM version of the SDK that you have already installed. If you wish to make a backup copy of an earlier RPM version of the SDK, make a copy of it before installing the new version. The RPM version of the SDK can be installed with the usual rpm -i command.
- The .tar.gz version of the SDK package can be extracted to a directory of your choosing. Hence, you may keep as many different versions
of the SDK as you like using the .tar.gz version. The .tar.gz version of the SDK can be extracted with the usual tar -xzf command.
Before you can compile any applications using the ADM-XRC SDK, you must first install the ADM-XRC driver, as this installs the shared-object library for the ADM-XRC API. See the installable packages for details.
Post-installation tasks