Created
March 27, 2019 17:07
-
-
Save jesusgoku/2a333680f49764f57e98ff6b853ebd42 to your computer and use it in GitHub Desktop.
Use php-build on Ubuntu 18.04
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
#!/usr/bin/env sh | |
sudo apt install \ | |
libxslt1-dev \ | |
libtidy-dev \ | |
libpng-dev \ | |
libcurl4-gnutls-dev \ | |
libmcrypt-dev \ | |
libjpeg-dev \ | |
libbz2-dev \ | |
re2c \ | |
libxml2-dev \ | |
libzip-dev | |
sudo ln -s /usr/include/x86_64-linux-gnu/curl /usr/include/curl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment