diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-12-14 12:18:34 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-12-14 12:18:34 +0200 |
commit | 3f86aa7cf452ba1cecb35f51b836bfb81036c1a4 (patch) | |
tree | df4f14c4e2be3fe06a95cee576508f7d9329c65e /README | |
parent | b16a38d8711dcb167ab65245bf752537fef87f95 (diff) |
Update TODO and README
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,7 +1,7 @@ SCRATCHBOX 2 README author: Lauri Leukkunen <lle@rahina.org> -date: 2007-09-11 +date: 2007-12-14 @@ -96,7 +96,9 @@ After that you can run sb2 easily from anywhere and it'll just do its magic. MAEMO DEVELOPMENT First install sb2 as described above, or if you're using debian testing or -unstable you can simply "apt-get install scratchbox2". +unstable you can simply "apt-get install scratchbox2". If you're running +a non-debian system you need to debootstrap debian/etch to some directory, +sb2 can use it as a tool distribution. Download the latest rootstrap from: @@ -116,7 +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 maemo /path/to/compiler/bin/arm-none-linux-gnueabi-gcc +$ sb2-init -m maemo maemo /path/to/compiler/bin/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 Now you should have a fully functioning development environment. To try it out you can build for example fontconfig like this: |