Skip to content

Commit eec11c2

Browse files
committed
[skip-ci] Add minimal build instruction for Fedora
1 parent df30f09 commit eec11c2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,17 @@ For other systems, see the [installation chapter](https://php.net/install).
4040
*For Windows, see [Build your own PHP on Windows](https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2).*
4141

4242
For a minimal PHP build from Git, you will need autoconf, bison, and re2c. For
43-
a default build, you will additionally need libxml2 and libsqlite3. On Ubuntu,
44-
you can install these using:
43+
a default build, you will additionally need libxml2 and libsqlite3.
44+
45+
On Ubuntu, you can install these using:
4546

4647
sudo apt install -y pkg-config build-essential autoconf bison re2c \
4748
libxml2-dev libsqlite3-dev
4849

50+
On Fedora, you can install these using:
51+
52+
sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
53+
4954
Generate configure:
5055

5156
./buildconf

0 commit comments

Comments
 (0)