Skip to content

Instantly share code, notes, and snippets.

@adimyth
Last active February 4, 2022 08:19
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 adimyth/ef062fe391242793efb1a869c0a9cea5 to your computer and use it in GitHub Desktop.
Save adimyth/ef062fe391242793efb1a869c0a9cea5 to your computer and use it in GitHub Desktop.
PHP installation via asdf
sudo apt-get install -y libcurl4-gnutls-dev libjpeg-turbo8-dev libpng-dev
sudo apt-get install -y autoconf \
re2c \
bison \
libsqlite3-dev \
libpq-dev \
libonig-dev \
libfcgi-dev \
libfcgi0ldbl \
libjpeg-dev \
libpng-dev \
libssl-dev \
libxml2-dev \
libcurl4-openssl-dev \
libxpm-dev \
libgd-dev \
libmysqlclient-dev \
libfreetype6-dev \
libxslt1-dev \
libpspell-dev \
libzip-dev \
libgccjit-10-dev \
libicu-dev
asdf plugin-add php https://github.com/asdf-community/asdf-php.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment