Oct. 19, 2012
10:35 p.m.
On 2012-10-19, at 21:49, Igor Stasenko <siguctua@gmail.com> wrote:
cmake . make is not longer valid.
on mac one should use: cmake . make make install.
or just use 'build.sh' script which autogenerated by image (in build directory).
i added it, because i also forgetting that last step time to time (since the changes i did lately requires 'make install' step).
so you should update the docs.... I didn't know about that one until now... the clearly sucks!