docs: update documented versions of dependencies

This commit is contained in:
George Kiagiadakis
2022-01-04 18:59:20 +02:00
parent a65f17d6fa
commit 74bac56aed
2 changed files with 6 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ Dependencies
In order to compile WirePlumber you will need: In order to compile WirePlumber you will need:
* GLib >= 2.58 * GLib >= 2.62
* PipeWire 0.3 (>= 0.3.26) * PipeWire 0.3 (>= 0.3.41)
* Lua 5.3 * Lua 5.3 or 5.4
Lua is optional in the sense that if it is not found in the system, a bundled Lua is optional in the sense that if it is not found in the system, a bundled
version will be built and linked statically with WirePlumber. This is controlled version will be built and linked statically with WirePlumber. This is controlled

View File

@@ -6,10 +6,8 @@ Introduction
`Lua <https://www.lua.org/>`_ is a powerful, efficient, lightweight, `Lua <https://www.lua.org/>`_ is a powerful, efficient, lightweight,
embeddable scripting language. embeddable scripting language.
WirePlumber uses `Lua version 5.3 <https://www.lua.org/versions.html>`_ to WirePlumber uses `Lua version 5.4 <https://www.lua.org/versions.html>`_ to
implement its engine. Another, more recent, version may be considered implement its engine. For older systems, Lua 5.3 is also supported.
in the future, but do note that different Lua versions are not API-compatible
and that will likely also affect WirePlumber's Lua API.
There are currently two uses for Lua in WirePlumber: There are currently two uses for Lua in WirePlumber:
@@ -22,7 +20,7 @@ Lua Reference
------------- -------------
If you are not familiar with the Lua language and its API, please refer to If you are not familiar with the Lua language and its API, please refer to
the `Lua 5.3 Reference Manual <https://www.lua.org/manual/5.3/manual.html>`_ the `Lua 5.4 Reference Manual <https://www.lua.org/manual/5.4/manual.html>`_
Sandbox Sandbox
------- -------