diff --git a/docs.json b/docs.json index 61b82573..9450e418 100644 --- a/docs.json +++ b/docs.json @@ -20,6 +20,7 @@ ["Android", "/android"], ["iOS", "/ios"], ["Web", "/web"], + ["Linux", "/linux"], ["Contributing", "/contributing"], ["Discord", "https://discord.gg/h2VdDK3EAQ"] ]] diff --git a/docs/linux.mdx b/docs/linux.mdx new file mode 100644 index 00000000..2bcdddc6 --- /dev/null +++ b/docs/linux.mdx @@ -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. +