summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-04 20:06:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-04 20:06:40 +0000
commite2f9196edf04a9cb008016f5d4ff1acc6baebc86 (patch)
tree310027fcd62b606f17a4bd4a17cee0ce3172f417
parent0dc44b08f41d6e7cd99db0a9e22ca60a95bad79e (diff)
downloadrockbox-e2f9196edf04a9cb008016f5d4ff1acc6baebc86.tar.gz
rockbox-e2f9196edf04a9cb008016f5d4ff1acc6baebc86.zip
clarified and added details about the X11 simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@888 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/HACKING23
1 files changed, 19 insertions, 4 deletions
diff --git a/uisimulator/HACKING b/uisimulator/HACKING
index e750282a7a..a56f6b9563 100644
--- a/uisimulator/HACKING
+++ b/uisimulator/HACKING
@@ -32,11 +32,26 @@ Terminology
(This has been compiled and run on at least Solaris and Linux. It should
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.
+ Create a new directory and run the 'tools/configure' script in
+ there. Select target to simulate and select simulation. The script will
+ then generate a Makefile for you:
- Run 'make'.
+ $ mkdir build-dir
+ $ cd build-dir
+ $ ../tools/configure
+
+ [ answer to questions ]
+
+ [ Makefile created, archos subdirectory created ]
+
+ $ make
+ $ ./rockboxui
+
+ Note that the simulator uses a local subdirectory named 'archos' as "root
+ directory" for the simulated box. Copy a bunch of mp3 files into that
+ directory, create subdirectories and do all sorts of things you want to be
+ able to browse when you fire up the simulator.
+
For the Win32 simulator: