summaryrefslogtreecommitdiff
path: root/uisimulator/HACKING
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-31 07:48:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-31 07:48:30 +0000
commita8956265167c341cb4d5607b8181b58f1e88a92b (patch)
tree19f00b6c9b4192d669128cfb20a9f375ddcaa703 /uisimulator/HACKING
parentf7da8db8347811354f895139d54d470ee4bd7ee7 (diff)
downloadrockbox-a8956265167c341cb4d5607b8181b58f1e88a92b.tar.gz
rockbox-a8956265167c341cb4d5607b8181b58f1e88a92b.zip
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
Diffstat (limited to 'uisimulator/HACKING')
-rw-r--r--uisimulator/HACKING23
1 files changed, 16 insertions, 7 deletions
diff --git a/uisimulator/HACKING b/uisimulator/HACKING
index 9db71d3a68..e750282a7a 100644
--- a/uisimulator/HACKING
+++ b/uisimulator/HACKING
@@ -18,20 +18,29 @@ Terminology
18 18
191. Get Sources 191. Get Sources
20 20
21 The the very latest sources off the CVS server. Get the 'firmware' dir and 21 The the very latest sources off the CVS server. Get the 'tools' dir,
22 the 'uisimulator' dir on the same dir level, to make it easier to build 22 'firmware' dir, the 'apps' dir and the 'uisimulator' dir on the same dir
23 things (some of the files assume this hierarchy). 23 level, to make it easier to build things (some of the files assume this
24 hierarchy).
24 25
25 All CVS details can be found here: http://bjorn.haxx.se/rockbox/cvs.html 26 All CVS details can be found here: http://bjorn.haxx.se/rockbox/cvs.html
26 27
272. Build Uisimulator 282. Build Uisimulator
28 29
29 For the X11 simulator, change directory to uisimulator/x11. 30 For the X11 simulator:
31
32 (This has been compiled and run on at least Solaris and Linux. It should
33 work on other unixes too but we haven't tried any other yet.)
34
35 Create a new directory and run the 'tools/configure'
36 script. Select target to simulate and select simulation. The script will
37 then generate a Makefile for you.
30 38
31 Edit the "DISPLAY" variable in the Makefile to match the target LCD you want 39 Run 'make'.
32 to build the simulator for. 40
41 For the Win32 simulator:
33 42
34 Run 'make'. 43 No info yet.
35 44
363. Run Uisimulator 453. Run Uisimulator
37 46