mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
rbutil: Documentation updates
Change-Id: I4782c034593e011d51ec213af1db3a82e6f832f3
This commit is contained in:
parent
55d15b17b7
commit
a3be8d1a12
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue