mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
updated the build instruction since we now support building the simulator
using the tools/configure approach git-svn-id: svn://svn.rockbox.org/rockbox/trunk@843 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7da8db834
commit
a895626516
1 changed files with 17 additions and 8 deletions
|
|
@ -18,21 +18,30 @@ Terminology
|
||||||
|
|
||||||
1. Get Sources
|
1. Get Sources
|
||||||
|
|
||||||
The the very latest sources off the CVS server. Get the 'firmware' dir and
|
The the very latest sources off the CVS server. Get the 'tools' dir,
|
||||||
the 'uisimulator' dir on the same dir level, to make it easier to build
|
'firmware' dir, the 'apps' dir and the 'uisimulator' dir on the same dir
|
||||||
things (some of the files assume this hierarchy).
|
level, to make it easier to build things (some of the files assume this
|
||||||
|
hierarchy).
|
||||||
|
|
||||||
All CVS details can be found here: http://bjorn.haxx.se/rockbox/cvs.html
|
All CVS details can be found here: http://bjorn.haxx.se/rockbox/cvs.html
|
||||||
|
|
||||||
2. Build Uisimulator
|
2. Build Uisimulator
|
||||||
|
|
||||||
For the X11 simulator, change directory to uisimulator/x11.
|
For the X11 simulator:
|
||||||
|
|
||||||
Edit the "DISPLAY" variable in the Makefile to match the target LCD you want
|
(This has been compiled and run on at least Solaris and Linux. It should
|
||||||
to build the simulator for.
|
work on other unixes too but we haven't tried any other yet.)
|
||||||
|
|
||||||
|
Create a new directory and run the 'tools/configure'
|
||||||
|
script. Select target to simulate and select simulation. The script will
|
||||||
|
then generate a Makefile for you.
|
||||||
|
|
||||||
Run 'make'.
|
Run 'make'.
|
||||||
|
|
||||||
|
For the Win32 simulator:
|
||||||
|
|
||||||
|
No info yet.
|
||||||
|
|
||||||
3. Run Uisimulator
|
3. Run Uisimulator
|
||||||
|
|
||||||
To create a simulated disk drive for the simulator to see, create a
|
To create a simulated disk drive for the simulator to see, create a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue