From e2f9196edf04a9cb008016f5d4ff1acc6baebc86 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 Jun 2002 20:06:40 +0000 Subject: [PATCH] clarified and added details about the X11 simulator build git-svn-id: svn://svn.rockbox.org/rockbox/trunk@888 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/HACKING | 23 +++++++++++++++++++---- 1 file 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: