(docs) add Linux docs

This commit is contained in:
Nick Fisher
2025-06-25 15:53:39 +08:00
parent e92e59fab4
commit ebb73a29e1
2 changed files with 11 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
["Android", "/android"],
["iOS", "/ios"],
["Web", "/web"],
["Linux", "/linux"],
["Contributing", "/contributing"],
["Discord", "https://discord.gg/h2VdDK3EAQ"]
]]

10
docs/linux.mdx Normal file
View File

@@ -0,0 +1,10 @@
## Linux support
Currently, only the Dart package (`thermion_dart`) will work on Linux (primarily for the automated build/testing pipeline).
Filament has been built for Ubuntu 22.04; other distributions may work, but YMMV.
The Flutter package (`thermion_flutter`) won't work; it's missing the platform glue code necessary to set up the render target. Support will eventually be added, but there is currently no estimated timeline.
Contributions are welcome and it's actually not a lot of work. Join the Discord if you want to help out.