mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
12 lines
267 B
TOML
12 lines
267 B
TOML
#TODO can't detect libiconv
|
|
# in case of problems, read https://www.php.net/manual/en/install.unix.php
|
|
[source]
|
|
tar = "https://www.php.net/distributions/php-8.3.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxml2",
|
|
"sqlite3",
|
|
"libiconv",
|
|
]
|