1 /***************************************************************************
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
10 * All files in this archive are subject to the GNU General Public License.
11 * See the file COPYING in the source tree root for full license agreement.
13 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 * KIND, either express or implied.
16 ****************************************************************************/
18 This is Rockbox Utility, the graphical installer and housekeeping utility
25 - at least the following folders from Rockbox svn:
26 o apps/codecs/libspeex
39 add "-config static" to the qmake call to build a static binary. Note that
40 this also requires that you have a statically built version of Qt.
42 add "-config dbg" to build with debug symbols.
44 add "-config silent" to the qmake call. This is an undocumented feature of
45 Qt itself. Note that this doesn't seem to work on Windows and Mac OS X until
46 recent versions of Qt.
48 Installation / Deployment:
49 ==========================
50 Rockbox Utility is build as all-in-one binary. This means for distribution
52 - RockboxUtility (main binary)
53 - rbutil_*.qm (translation files, only for non-static builds)
54 You don't need any other files like configuration files, especially
55 rbutil.ini which will get included into the binary.
57 The script utils/common/deploy-rbutil.py automates building deployment
58 binaries. For a complete list of paths to get from svn to build please check
62 The website for Rockbox Utility is
63 http://www.rockbox.org/wiki/RockboxUtility