Created
July 26, 2024 14:24
-
-
Save AndersonNascimentoDosSantos/37aa834964aa64a2dab06b46a05bf335 to your computer and use it in GitHub Desktop.
asdf php 8.2.0 build dependencies in ubuntu 24.04 lts
This file contains 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
!#/bin/bash | |
sudo apt install pkg-config autoconf g++ libmcrypt-dev bison libbison-dev \ | |
re2c build-essential libxml2-dev sqlite3 libsqlite3-dev libssl-dev zlib1g-dev \ | |
libreadline-dev libseccomp-dev libcurl4-openssl-dev libjpeg-dev libpng-dev \ | |
libfreetype6-dev libgpm-dev libgd-dev libonig5 libonig-dev libpq-dev libzip-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment