summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/INSTALL17
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
19for Rockbox. 19for Rockbox.
20 20
21Requirements: 21Requirements:
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
24Building: 30Building:
31=========
25- run qmake 32- run qmake
26- run make 33- run make
27The resulting binary will be located in the rbutilqt subfolder. If you have 34The resulting binary will be located in the rbutilqt subfolder. If you have
28multiple versions of Qt installed make sure to pick the correct one. 35multiple versions of Qt installed make sure to pick the correct one.
29 36
37Installation / Deployment:
38==========================
39Rockbox Utility is build as all-in-one binary. This means for distribution
40you need:
41- rbutilqt (main binary)
42- rbutil_*.qm (translation files, optional)
43You don't need any other files like configuration files, especially
44rbutil.ini which will get included into the binary.
45
46
30The website for Rockbox Utility is 47The website for Rockbox Utility is
31http://www.rockbox.org/wiki/RockboxUtility 48http://www.rockbox.org/wiki/RockboxUtility
32 49