In these days, I m learning joy of open-source world. With Homebrew package build management system on Mac OS X. Building software for my purpose was so easy and simple.
Anyway, those package systems are designed for host system only. If I want to build a library (for an example OpenCV
) for other system (for an example, iOS, Android or Ubuntu), is there any option?
*The cross-compile means compiling for target system B
on host system A
.