diff options
Diffstat (limited to 'network/uTox/README')
-rw-r--r-- | network/uTox/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/uTox/README b/network/uTox/README index 240e2d591d441..e4ffcc283c0c5 100644 --- a/network/uTox/README +++ b/network/uTox/README @@ -1,5 +1,5 @@ -Lightweight Tox client that uses Xlib. Supports many features and is on-par with other Tox clients. +Lightweight Tox client that uses Xlib. +Supports many features and is on-par with other Tox clients. -By default, it builds with GTK2. If you want to build with GTK3 support, do: - -GTK3=YES ./uTox.Slackbuild +To build with GTK3 support instead of the default GTK2, execute: + GTK3=yes ./uTox.Slackbuild |