Skip to content

Instantly share code, notes, and snippets.

@cmuench
Last active March 24, 2019 12:49
Show Gist options
  • Save cmuench/8d9bf0a46d27898733eb0624f415c50a to your computer and use it in GitHub Desktop.
Save cmuench/8d9bf0a46d27898733eb0624f415c50a to your computer and use it in GitHub Desktop.
phpbrew install extension GD / Arch Linux
phpbrew ext install gd -- \
--with-gd=shared \
--with-webp-dir=/usr/include/webp \
--with-xpm-dir=/usr/lib \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-freetype-dir=usr/include/freetype2/freetype
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment