Before installing ImageGear for C and C++ on Linux, make sure that your computer meets the minimum requirements detailed in this section.
Note: PDF support requires GCC4.8 compiler with GLIBCXX 3.4.14.
Supported Operating Systems:
Note: ImageGear will also run on other Linux distributions, as long as those fully satisfy the requirements listed in this section.
Detailed requirements for libraries:
Note: By default, C libraries are being built with thread local storage enabled. Please make sure to use such kind of libraries, i.e., they should be built without '--without-tls' compiler flag.
To install all required packages, do the following:
RMP package:yum install gcc gcc-c++ libX11-devel
DEB package:apt-get install g++ libx11-dev
To build/run GUI samples, additional packages are required:
To install them, do the following:
RPM package:yum install libXt-devel libXext-devel libXp libXp-devel openmotif openmotif-devel make cmake
DEB package:apt-get install libmotif3 libmotif-dev libxext-dev libxp-dev cmake