summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r--rbutil/rbutilqt/INSTALL15
1 files changed, 9 insertions, 6 deletions
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.
20 20
21Requirements: 21Requirements:
22============= 22=============
23- Qt 4.5.0 or greater 23- gcc
24- Qt 4.5.0 or later
24- at least the following folders from Rockbox svn: 25- at least the following folders from Rockbox svn:
25 o apps/codecs/libspeex 26 o apps/codecs/libspeex
26 o rbutil/ 27 o rbutil/
27 o tools/ 28 o tools/
28- libusb (Linux, Mac) 29- libusb (Linux only)
29 30
30Building: 31Building:
31========= 32=========
@@ -41,19 +42,21 @@ Build Options:
41 add "-config dbg" to build with debug symbols. 42 add "-config dbg" to build with debug symbols.
42- silent 43- silent
43 add "-config silent" to the qmake call. This is an undocumented feature of 44 add "-config silent" to the qmake call. This is an undocumented feature of
44 Qt itself. Note that this doesn't seem to work on Windows and Mac OS X. 45 Qt itself. Note that this doesn't seem to work on Windows and Mac OS X until
46 recent versions of Qt.
45 47
46Installation / Deployment: 48Installation / Deployment:
47========================== 49==========================
48Rockbox Utility is build as all-in-one binary. This means for distribution 50Rockbox Utility is build as all-in-one binary. This means for distribution
49you need: 51you need:
50- RockboxUtility (main binary) 52- RockboxUtility (main binary)
51- rbutil_*.qm (translation files, optional) 53- rbutil_*.qm (translation files, only for non-static builds)
52You don't need any other files like configuration files, especially 54You don't need any other files like configuration files, especially
53rbutil.ini which will get included into the binary. 55rbutil.ini which will get included into the binary.
54 56
55The script deploy-release.py automates building deployment binaries. For a 57The script utils/common/deploy-rbutil.py automates building deployment
56complete list of paths to get from svn to build please check its source. 58binaries. For a complete list of paths to get from svn to build please check
59its source.
57 60
58 61
59The website for Rockbox Utility is 62The website for Rockbox Utility is