Android: Partly revert r29569 and only call the new getJavaEnvironment() when needed.
[maemo-rb.git] / rbutil / rbutilqt / INSTALL
bloba145c2cb749ecd192f897ca68eb2c9b3ce1bb298
1 /***************************************************************************
2  *             __________               __   ___.
3  *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
4  *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
5  *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
6  *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
7  *                     \/            \/     \/    \/            \/
8  * $Id$
9  *
10  * All files in this archive are subject to the GNU General Public License.
11  * See the file COPYING in the source tree root for full license agreement.
12  *
13  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14  * KIND, either express or implied.
15  *
16  ****************************************************************************/
18 This is Rockbox Utility, the graphical installer and housekeeping utility
19 for Rockbox.
21 Requirements:
22 =============
23 - Qt 4.5.0 or greater
24 - at least the following folders from Rockbox svn:
25   o apps/codecs/libspeex
26   o rbutil/
27   o tools/
28 - libusb (Linux, Mac)
30 Building:
31 =========
32 - run qmake
33 - run make
35 Build Options:
36 ==============
37 - static
38   add "-config static" to the qmake call to build a static binary. Note that
39   this also requires that you have a statically built version of Qt.
40 - dbg
41   add "-config dbg" to build with debug symbols.
42 - silent
43   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.
46 Installation / Deployment:
47 ==========================
48 Rockbox Utility is build as all-in-one binary. This means for distribution
49 you need:
50 - RockboxUtility (main binary)
51 - rbutil_*.qm (translation files, optional)
52 You don't need any other files like configuration files, especially
53 rbutil.ini which will get included into the binary.
55 The script deploy-release.py automates building deployment binaries. For a
56 complete list of paths to get from svn to build please check its source.
59 The website for Rockbox Utility is
60 http://www.rockbox.org/wiki/RockboxUtility