RTSDK C/C++ Installation Guide : 3 Obtaining RTSDK : 3.1 Download RTSDK Packages from LSEG
 
3.1 Download RTSDK Packages from LSEG
Download the RRG and BinaryPack RRG packages from the following locations:
LSEG Software Downloads page: https://myaccount.lseg.com/en/downloadcenter.
Search downloads for product family, “MDS - API”, and product, “Real-Time SDK”.
Developer Community Portal: https://developers.lseg.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/downloads
For the RRG package, there are separate Linux and Windows library packages. The archive file names are in this format:
Real-Time-SDK-<version>.<platform>.rrg where <platform> may be “linux” or “win” for Windows.
Starting with version 2.2.1.L1, the BinaryPack content is available as a separate RRG package, requiring you to download and extract two archives:
RTSDK RRG package: Real-Time-SDK-<version>.<platform>.zip.
The extracted archive contains a setup directory with the package in this format: RTSDK-<version>.linux.rrg.tar.gz or RTSDK-<version>.win.rrg.zip. This package contains prebuilt libraries for supported compilers for the platform chosen.
Example: Download Real-Time-SDK-2.2.1.L1.win.zip which contains a setup directory containing the RTSDK-2.2.1.L1.win.rrg.zip directory. Once extracted, RTSDK-2.2.1.L1.win.rrg directory contains prebuilt libraries.
RTSDK BinaryPack RRG package: Real-Time-SDK-BinaryPack-<version>.zip.
The extracted archive contains a setup directory with the package in this format: RTSDK-BinaryPack-<version>.rrg.zip. This package, once extracted, contains closed-source binaries. It is not platform specific and has content for all flavors/platforms of API. You can use this package to build RTSDK examples.
 
Note: To use the BinaryPack RRG package for building RTSDK examples, combine both packages as described in Section 4.1.1.