Skip to content

Instantly share code, notes, and snippets.

@f4bio
Created August 29, 2022 12:30
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 f4bio/380d696f6a560020ea96f4a7ba071c97 to your computer and use it in GitHub Desktop.
Save f4bio/380d696f6a560020ea96f4a7ba071c97 to your computer and use it in GitHub Desktop.
php-build install fedora deps
sudo dnf install \
plocate \
autoconf \
bison \
re2c \
libxml2-devel \
sqlite-devel \
libcurl-devel \
gd-devel \
gcc \
cmake \
cpp \
g++ \
oniguruma-devel \
libpq-devel \
readline-devel \
libzip-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment