rbutil: Documentation updates

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Sat, 4 Jul 2026 10:42:43 -0400
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit a3be8d1a12080cf9514f1d01032c378a5bba0240
Author: Solomon Peachy <[email protected]>
Date:   Sat Jul 4 09:39:09 2026 -0400

    rbutil:  Documentation updates
    
    Change-Id: I4782c034593e011d51ec213af1db3a82e6f832f3

diff --git a/utils/rbutilqt/INSTALL b/utils/rbutilqt/INSTALL
index 837ac238e0..c397431238 100644
--- a/utils/rbutilqt/INSTALL
+++ b/utils/rbutilqt/INSTALL
@@ -19,13 +19,13 @@ for Rockbox.
 
 Requirements:
 =============
-- gcc
-- Qt 5 or
+- C++ compiler (GCC and Clang are known to work)
 - Qt 6
 - qt6-tools-dev
 - qt6-5compat-dev
 - qt6-svg-dev
 - qt6-multimedia-dev
+- qt6-network-dev
 
 - at least the following folders from Rockbox tree:
   o lib/rbcodec/codecs/libspeex
@@ -35,10 +35,10 @@ Requirements:
 
 Building:
 =========
-- run cmake in the utils/ folder
+- create a build directory somewhere, cd to it
+- run 'cmake /path/to/rockbox/utils'
 - run make
-eg. mkdir utils/build-rbutil ; cd build-rbutil ; cmake ../utils ; make
-
+eg. mkdir build-rbutil ; cd tbuild-rbutil ; cmake ../utils ; make
 
 Build Options:
 ==============
@@ -62,3 +62,4 @@ its source.
 The website for Rockbox Utility is
 https://www.rockbox.org/wiki/RockboxUtility
 
+//
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs