I am trying to build the SKIA library with Linux:
https://code.google.com/p/skia/
I have successfully run ./gyp_skia
followed by the make
command.
You often run make install
after make
. However, the SKIA library does not seem to have a make install
option. I'm wondering how to perform the install?