Skip to content

Instantly share code, notes, and snippets.

@doyousketch2
Created November 5, 2019 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doyousketch2/39e961427dee94a962294a4a9836db94 to your computer and use it in GitHub Desktop.
Save doyousketch2/39e961427dee94a962294a4a9836db94 to your computer and use it in GitHub Desktop.
freetype-config > pkg-config wrapper
if freetype-config --cflags
then pkg-config --cflags freetype2
if freetype-config --libs
then pkg-config --libs freetype2
if freetype-config --ftversion
then apt-cache show libfreetype6 | grep -e 'Version:*' | sed 's/Version: //' | sed 's/-[0-9]//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment