I have followed the instructions given on how to build Skia on Mac.
Instructions on building Skia on Mac
However, I get the error:
ninja: error: '../../third_party/externals/libjpeg-turbo/simd/jccolor-sse2-64.asm', needed by 'gen/third_party/externals/libjpeg-turbo/jccolor-sse2-64.o', missing and no known rule to make it make: *** [most] Error 1
Here is what I did:
- Installed Xcode
- Installed depottools
- Checked out Skia code via git
- Run ./gyp_skia
- ninja -C out/Debug dm
It fails on step 5.