Rogue Wave Component Builder (RCB): Building Your Applications : PART II Module-Specific Build Information : Chapter 3 Essential Tools Module Build Information
Chapter 3 Essential Tools Module Build Information
Google Snappy
The Snappy Package depends on the Google Snappy compression library. If you use the Rogue Wave Snappy Package in your application, you need to link in the Google Snappy library.
Location
The Google Snappy library is included in binary form with the Essential Tools Module, installed in the following locations:
On Windows:
installdir\3rdparty\snappy-ver\windows\arch\bin
installdir\3rdparty\snappy-ver\windows\arch\include
installdir\3rdparty\snappy-ver\windows\arch\lib
On UNIX:
installdir/3rdparty/snappy-ver/os/arch/bin
installdir/3rdparty/snappy-ver/os/arch/include
installdir/3rdparty/snappy-ver/os/arch/lib
installdir/3rdparty/snappy-ver/os/arch/sbin
 
You can use these libraries or use your own compressor class, whose only requirement is that it provide the same API as RWSnappyCompressor.