In case you need to install OpenCV with the associated Java binding: port install opencv +java Futher details, here!…
How to find out which process is using which port (in OS X)
lsof -n -i4TCP:PORT_NUMBER…
Compile clang against libstdc++ with C++11 support on a Mac
Introduction In the last few years, Apple has been moving from the GCC toolchain to the LLVM toolchain. Indeed, starting from OS X 10.9 (Mavericks) libc++ has become the default C++ runtime library, thus definitely dropping the support for the otherwise widely-used libstdc++. It is important to notice that,…