Page 1 of 1

[Solved] install openCV3 on mageia6

PostPosted: Jan 8th, '19, 18:13
by pabbuu28
Hello All
Can you please help me to install openCV3 on mageia6.1 from this tutorial https://docs.opencv.org/3.4/d7/d9f/tuto ... stall.html, in this tutorial shows how to install on ubuntu, and i don't know how to install using cmake?
Regards,
Jasur

Re: install openCV3 on mageia6

PostPosted: Jan 11th, '19, 02:19
by doktor5000
Why not simply install the opencv packages from our repositories using software management ?

Re: install openCV3 on mageia6

PostPosted: Jan 11th, '19, 15:51
by pabbuu28
I want to use openCV with QT, and tutorials are using openCV3. In repository is openCV2.4.

Re: install openCV3 on mageia6

PostPosted: Jan 11th, '19, 19:38
by doktor5000
Well, you basically have two options if you really want openCV3

- compile from source using cmake (which is described on the page you linked to, so I don't understand what you mean by "i don't know how to install using cmake")
- rebuild the cauldron src.rpm (cauldron currently has 3.4.5 although that has been built against python 3.7 so you might need to adapt it a bit to Mageia 6 which might be complicated)
FWIW, I've described how to rebuild an src.rpm here: viewtopic.php?f=41&t=5530

Re: install openCV3 on mageia6

PostPosted: Jan 18th, '19, 20:05
by pabbuu28
finally, i had install openCV3 on mageia with Cmake, first of all i had learned how to install sorces packages using cmake, i could compile source without tbb library, which shows errors during compilation,
thank you doktor5000

Re: install openCV3 on mageia6

PostPosted: Jan 19th, '19, 03:36
by doktor5000
Please mark the thread as solved by editing the first post and adding [SOLVED] to the subject, thanks in advance.