Search code examples
opencvaix

Can I use OpenCV on AIX?


I developed an image processing library with OpenCV and it works well in Windows, Android(Native) and iOS.

Now I want to build my library to run on AIX server. Unfortunately I couldn't find any guidance for building OpenCV for AIX.

Can you give me any guidance?


Solution

  • There is no official support for OpenCV on AIX. No community driven project either.

    However there is another project maintained by IBM called IBM AIX Toolbox for Linux Applications.

    This project is intended for developers and provides most Linux based, especially GNU based programming languages, tools & libraries to be run on AIX.

    You'll have to go through setting up the environment / dependencies, though it must compile just fine. Linux tutorials for building OpenCV using GCC should work just fine.