summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2008-10-19 00:55:00 +0300
committerLauri Leukkunen <lle@rahina.org>2008-10-19 00:55:00 +0300
commitf82852621fa4707325756cceccdd7e6ef45edaa1 (patch)
treef9e22bc620876dc55247338d7bbfe0b95282326c /README
parent68783dcb1474a85e955c740ae700ca3b0b564352 (diff)
Update README to reflect recent changes
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 0b519db..7b90f09 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ To complete sb2 target setup:
$ mkdir $HOME/buildroot
$ cd $HOME/buildroot
[extract or copy your rootfs contents into place]
-$ $HOME/scratchbox/bin/sb2-init my_target /path/to/compiler/bin/arm-linux-gcc
+$ $HOME/scratchbox/bin/sb2-init -c qemu-arm my_target arm-linux-gcc
That will automatically generate a working target config for the compiler
given on the command line and run sb2-build-libtool script to get you a
@@ -118,10 +118,10 @@ Then get a nice toolchain from the locations mentioned above.
After that you can setup sb2 by running:
$ cd $HOME/maemo-root
-$ sb2-init -m maemo maemo /path/to/compiler/bin/arm-none-linux-gnueabi-gcc
+$ sb2-init -c qemu-arm -m devel maemo arm-none-linux-gnueabi-gcc
If you want to use a separate tool distribution, do this instead:
-$ sb2-init -m maemo -t /etch_root maemo /path/to/compiler/bin/arm-linux-gcc
+$ sb2-init -c qemu-arm -m devel -t /etch_root maemo arm-none-linux-gnueabi-gcc
Now you should have a fully functioning development environment.
To try it out you can build for example fontconfig like this: