This repository contains a script for easily installing a components build of Skia C++ on a Linux system.
Install from ehopperdietzel/cuarzo COPR:
$ sudo dnf copr enable ehopperdietzel/cuarzo
$ sudo dnf install cuarzo-skia-devel
Link the library using pkg-config for Skia
.
- git
- wget
- tar
- python3
- gcc
- ninja
- egl
- gl
- glesv2
- harfbuzz
- fontconfig
- icu-uc
- freetype2
- zlib
- libpng
- libwebp
- libjpeg
$ git clone https://github.com/CuarzoSoftware/Skia/
$ cd Skia
# Run without params to see available options
$ ./install.sh
# Build & Install
$ SK_ARCH=x64 SK_PREFIX=/ SK_LIBDIR=/usr/lib64 SK_INCDIR=/usr/include ./install.sh
# Later...
$ ./uninstall.sh