Created
January 19, 2022 16:11
-
-
Save sdykae/77c5030913eb2dabcb9780a0208a45ff to your computer and use it in GitHub Desktop.
To Compile With `php-env install` UBUNTU 20.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
# 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