clarified and added details about the X11 simulator build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@888 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-06-04 20:06:40 +00:00
parent 0dc44b08f4
commit e2f9196edf

View file

@ -32,11 +32,26 @@ Terminology
(This has been compiled and run on at least Solaris and Linux. It should (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.) work on other unixes too but we haven't tried any other yet.)
Create a new directory and run the 'tools/configure' Create a new directory and run the 'tools/configure' script in
script. Select target to simulate and select simulation. The script will there. Select target to simulate and select simulation. The script will
then generate a Makefile for you. 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: For the Win32 simulator: