summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-03-31 18:32:20 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-03-31 18:32:20 +0000
commit14e0d2dc803b1810141c24353098fc5067056681 (patch)
tree5d052d7c8647f945304e98240f1c8729a35ed0db
parent29cdd30dbc19618b91d8e438a8b208141078f79a (diff)
downloadrockbox-14e0d2dc803b1810141c24353098fc5067056681.tar.gz
rockbox-14e0d2dc803b1810141c24353098fc5067056681.zip
Update installation document a bit to catch up with recent changes. Add notes about installation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16900 a1c6a512-1295-4272-9138-f99709370657
-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