From a8956265167c341cb4d5607b8181b58f1e88a92b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 31 May 2002 07:48:30 +0000 Subject: 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 --- uisimulator/HACKING | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'uisimulator/HACKING') diff --git a/uisimulator/HACKING b/uisimulator/HACKING index 9db71d3a68..e750282a7a 100644 --- a/uisimulator/HACKING +++ b/uisimulator/HACKING @@ -18,20 +18,29 @@ Terminology 1. Get Sources - The the very latest sources off the CVS server. Get the 'firmware' dir and - the 'uisimulator' dir on the same dir level, to make it easier to build - things (some of the files assume this hierarchy). + The the very latest sources off the CVS server. Get the 'tools' dir, + 'firmware' dir, the 'apps' dir and the 'uisimulator' dir on the same dir + 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 2. Build Uisimulator - For the X11 simulator, change directory to uisimulator/x11. + For the X11 simulator: + + (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. - Edit the "DISPLAY" variable in the Makefile to match the target LCD you want - to build the simulator for. + Run 'make'. + + For the Win32 simulator: - Run 'make'. + No info yet. 3. Run Uisimulator -- cgit v1.2.3