PLEASE provide static libraries for Linux 32 bit

asked 2016-07-27 12:04:12 -0600

Stefan Reich gravatar image

updated 2016-07-27 12:04:58 -0600

Hi OpenCV experts,

I REALLY REALLY would like to urge someone within your ranks to provide:

= OpenCV as a simple tarball of portable .so files =

which, after unpacking on any 32 Bit Linux system, can be used from within Java. (e.g. http://tinybrain.de/1003793) Don't worry about the jar file, what I need are the native libraries.

I sadly do not have the expertise to complie those things properly myself. I'm just kinda out of touch with C stuff.

I think this approach should be feasible. The JDK itself does it like that (after unpacking, works on any 32 Bit Linux).

This will really really help OpenCV's distribution. (Right now, that's quite a nightmare if I may be honest.)

Many greetings, Stefan Reich

edit retag flag offensive close merge delete

Comments

I understand it can be a little bit difficult for someone who never touch a C++ environment but otherwise it is quite easy right now to build OpenCV from source.

These tutorials could help you: Introduction to OpenCV.

Eduardo gravatar imageEduardo ( 2016-07-28 04:22:51 -0600 )edit