Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created March 27, 2019 17:07
Show Gist options
  • Save jesusgoku/2a333680f49764f57e98ff6b853ebd42 to your computer and use it in GitHub Desktop.
Save jesusgoku/2a333680f49764f57e98ff6b853ebd42 to your computer and use it in GitHub Desktop.
Use php-build on Ubuntu 18.04
#!/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