From 76c112ce6e3b79cdbc8545637d2bffbedff3f178 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 2 Apr 2011 19:51:01 +0000 Subject: Update build instructions for Rockbox Utility. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29671 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/INSTALL | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'rbutil/rbutilqt') diff --git a/rbutil/rbutilqt/INSTALL b/rbutil/rbutilqt/INSTALL index a145c2cb74..9795a8ede4 100644 --- a/rbutil/rbutilqt/INSTALL +++ b/rbutil/rbutilqt/INSTALL @@ -20,12 +20,13 @@ for Rockbox. Requirements: ============= -- Qt 4.5.0 or greater +- gcc +- Qt 4.5.0 or later - at least the following folders from Rockbox svn: o apps/codecs/libspeex o rbutil/ o tools/ -- libusb (Linux, Mac) +- libusb (Linux only) Building: ========= @@ -41,19 +42,21 @@ Build Options: add "-config dbg" to build with debug symbols. - silent add "-config silent" to the qmake call. This is an undocumented feature of - Qt itself. Note that this doesn't seem to work on Windows and Mac OS X. + Qt itself. Note that this doesn't seem to work on Windows and Mac OS X until + recent versions of Qt. Installation / Deployment: ========================== Rockbox Utility is build as all-in-one binary. This means for distribution you need: - RockboxUtility (main binary) -- rbutil_*.qm (translation files, optional) +- rbutil_*.qm (translation files, only for non-static builds) You don't need any other files like configuration files, especially rbutil.ini which will get included into the binary. -The script deploy-release.py automates building deployment binaries. For a -complete list of paths to get from svn to build please check its source. +The script utils/common/deploy-rbutil.py automates building deployment +binaries. For a complete list of paths to get from svn to build please check +its source. The website for Rockbox Utility is -- cgit v1.2.3