forked from len0rd/rockbox
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
This commit is contained in:
parent
29cdd30dbc
commit
14e0d2dc80
1 changed files with 17 additions and 0 deletions
|
|
@ -19,14 +19,31 @@ This is Rockbox Utility, the graphical installer and housekeeping utility
|
||||||
for Rockbox.
|
for Rockbox.
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
=============
|
||||||
- Qt 4.3.0 or greater
|
- Qt 4.3.0 or greater
|
||||||
|
- at least the following folders from Rockbox svn:
|
||||||
|
o apps/
|
||||||
|
o rbutil/
|
||||||
|
o tools/
|
||||||
|
- libusb (Linux, Mac)
|
||||||
|
|
||||||
Building:
|
Building:
|
||||||
|
=========
|
||||||
- run qmake
|
- run qmake
|
||||||
- run make
|
- run make
|
||||||
The resulting binary will be located in the rbutilqt subfolder. If you have
|
The resulting binary will be located in the rbutilqt subfolder. If you have
|
||||||
multiple versions of Qt installed make sure to pick the correct one.
|
multiple versions of Qt installed make sure to pick the correct one.
|
||||||
|
|
||||||
|
Installation / Deployment:
|
||||||
|
==========================
|
||||||
|
Rockbox Utility is build as all-in-one binary. This means for distribution
|
||||||
|
you need:
|
||||||
|
- rbutilqt (main binary)
|
||||||
|
- rbutil_*.qm (translation files, optional)
|
||||||
|
You don't need any other files like configuration files, especially
|
||||||
|
rbutil.ini which will get included into the binary.
|
||||||
|
|
||||||
|
|
||||||
The website for Rockbox Utility is
|
The website for Rockbox Utility is
|
||||||
http://www.rockbox.org/wiki/RockboxUtility
|
http://www.rockbox.org/wiki/RockboxUtility
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue