From 081525f5bec0072bd8b1a71c4c58600ded7b619d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 18 Dec 2024 13:53:11 +0100 Subject: [PATCH] Update README.adoc --- README.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 0d507a2..495158f 100644 --- a/README.adoc +++ b/README.adoc @@ -35,7 +35,8 @@ image::xP.webp[align="center"] xA, xT, xW, xM -------------- -Other frontends for 'xC'. Using them is not recommended. +Fyne, Qt Widgets, Win32, Cocoa frontends for 'xC'. +Using them is not recommended. xD -- @@ -150,7 +151,13 @@ xA ~~ The Fyne frontend supports all of Linux, FreeBSD, Windows, macOS, Android, and iOS natively, albeit somewhat poorly. Only use `fyne` or `fyne-cross` after -running `make` first. +running `make generate` first. + +xT +~~ +The Qt Widgets frontend is a separate CMake subproject. It generally supports +all desktop operating systems. To avoid having to specify the relay address +each time you run it, pass it on the command line. xW ~~