I am trying to build a software library cvBlobs which is designed to help people track blobs using python opencv. In principle it should be possible to build and install the linux distribution, however, in practice I don't know how to do this. Using CMake does not work.
Generally, to make this happen, what approach would one take? What are the steps? Many people would like to use this library in the Mac OSX environment however they are not able to get past installation.
A good answer could be general, or specific to my problem.