diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/README.adoc b/README.adoc index 172224a..4f1f5da 100644 --- a/README.adoc +++ b/README.adoc @@ -33,10 +33,10 @@ including link:xC.adoc#_key_bindings[keyboard shortcuts]. image::xP.webp[align="center"] -<<<<<<< HEAD -xA, xF, xW, xM --------------- -The native frontends for 'xC'. Using them is not recommended. +xA, xT, xF, xW, xM +------------------ +Fyne, Qt Widgets, X11, Win32, Cocoa frontends for 'xC'. +Using them is not recommended. xD -- @@ -137,12 +137,12 @@ The precondition for running 'xC' frontends is enabling its relay interface: /set general.relay_bind = "127.0.0.1:9000" -To build the web server, you'll need to install the Go compiler, and run `make` -from the _xP_ directory. Then start it from the _public_ subdirectory, -and navigate to the adress you gave it as its first argument--in the following -example, that would be http://localhost:8080[]: +To build the web server, install the Go compiler, and run `make` +from the _xP_ directory. Then start the resulting binary, and navigate to +the adress you give it as its first argument--in the following example, +that would be http://localhost:8080[]: - $ ../xP 127.0.0.1:8080 127.0.0.1:9000 + $ ./xP 127.0.0.1:8080 127.0.0.1:9000 For remote use, it's recommended to put 'xP' behind a reverse proxy, with TLS, and some form of HTTP authentication. Pass the external URL of the WebSocket @@ -152,7 +152,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 ~~ |