Skip to content

Instantly share code, notes, and snippets.

@sdykae
Created January 19, 2022 16:11
Show Gist options
  • Save sdykae/77c5030913eb2dabcb9780a0208a45ff to your computer and use it in GitHub Desktop.
Save sdykae/77c5030913eb2dabcb9780a0208a45ff to your computer and use it in GitHub Desktop.
To Compile With `php-env install` UBUNTU 20.04
# Refresh Packages
sudo apt update
# Build Essentials
sudo apt-get install build-essential
# Install Dependencies
sudo apt install \
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 \
libbz2-dev \
libtidy-dev
phpenv install 8.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment