docs: update documented versions of dependencies
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
-------
|
-------
|
||||||
|
Reference in New Issue
Block a user