Last active
March 24, 2019 12:49
-
-
Save cmuench/8d9bf0a46d27898733eb0624f415c50a to your computer and use it in GitHub Desktop.
phpbrew install extension GD / Arch Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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