File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,17 @@ For other systems, see the [installation chapter](https://php.net/install).
40
40
* For Windows, see [ Build your own PHP on Windows] ( https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2 ) .*
41
41
42
42
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:
45
46
46
47
sudo apt install -y pkg-config build-essential autoconf bison re2c \
47
48
libxml2-dev libsqlite3-dev
48
49
50
+ On Fedora, you can install these using:
51
+
52
+ sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
53
+
49
54
Generate configure:
50
55
51
56
./buildconf
You can’t perform that action at this time.
0 commit comments