I have successfully built ViennaCL using cmake .
and make
and run some of its generated tests on Ubuntu 11.04. But how do I install it and how do I include and link it with my application? Shouldn't it generate headers and shared libraries that automatically installs under /usr/local/include
and /usr/local/lib
? The Makefile doesn't contain any install
target.
/Nordlöw