diff options
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/rbutil/INSTALL b/rbutil/INSTALL index f642bb9b6c..bf0b05a704 100644 --- a/rbutil/INSTALL +++ b/rbutil/INSTALL | |||
@@ -19,14 +19,31 @@ This is Rockbox Utility, the graphical installer and housekeeping utility | |||
19 | for Rockbox. | 19 | for Rockbox. |
20 | 20 | ||
21 | Requirements: | 21 | Requirements: |
22 | ============= | ||
22 | - Qt 4.3.0 or greater | 23 | - Qt 4.3.0 or greater |
24 | - at least the following folders from Rockbox svn: | ||
25 | o apps/ | ||
26 | o rbutil/ | ||
27 | o tools/ | ||
28 | - libusb (Linux, Mac) | ||
23 | 29 | ||
24 | Building: | 30 | Building: |
31 | ========= | ||
25 | - run qmake | 32 | - run qmake |
26 | - run make | 33 | - run make |
27 | The resulting binary will be located in the rbutilqt subfolder. If you have | 34 | The resulting binary will be located in the rbutilqt subfolder. If you have |
28 | multiple versions of Qt installed make sure to pick the correct one. | 35 | multiple versions of Qt installed make sure to pick the correct one. |
29 | 36 | ||
37 | Installation / Deployment: | ||
38 | ========================== | ||
39 | Rockbox Utility is build as all-in-one binary. This means for distribution | ||
40 | you need: | ||
41 | - rbutilqt (main binary) | ||
42 | - rbutil_*.qm (translation files, optional) | ||
43 | You don't need any other files like configuration files, especially | ||
44 | rbutil.ini which will get included into the binary. | ||
45 | |||
46 | |||
30 | The website for Rockbox Utility is | 47 | The website for Rockbox Utility is |
31 | http://www.rockbox.org/wiki/RockboxUtility | 48 | http://www.rockbox.org/wiki/RockboxUtility |
32 | 49 | ||