From 686b5388ecafb8547420cf8c124add2b6a2785cacbabaf73d3d661c8203e2021 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 20 Apr 2024 16:45:20 +0300 Subject: [PATCH] Seems that there is alternative Qt-less umurmur --- doc/index.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/index.texi b/doc/index.texi index 009783d..5387c57 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -22,10 +22,10 @@ dozens of gigabytes of disk space and much RAM, CPU time to build it. Taking an enormous amount of CPU power to slowly work with it. Is not it pure insanity for such relatively simple task? -Mumble has wonderful simplicity and workability, but even its server -side is still written on Qt, which requires hundreds of megabytes of -additional libraries to build it up. And users tend to complain about -its newer client versions quality and convenience. +Mumble has wonderful simplicity and workability, but its client is +written on Qt, which requires hundreds of megabytes of additional +libraries to build it up. And users tend to complain about its newer +client versions quality and convenience. So let's write as simple VoIP talking client as it is possible, without compromising convenience and simplicity for the user! I just want a -- 2.44.0