summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2007-02-12 01:54:45 +0200
committerLauri Leukkunen <lleukkun@leka.rahina.org>2007-02-12 01:54:45 +0200
commitee648aba5432e54924a1b2c1afeda1bceda72389 (patch)
tree681c1908c4824015f71b5aa80a946082c7ea5a60 /README
parent82e32d3bbab009237d9adec268f0b1d082e93da3 (diff)
Update README
Describes basic usage with CodeSourcery 2006q3 & Maemo.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 17 insertions, 3 deletions
diff --git a/README b/README
index 189ad28..0ed14b9 100644
--- a/README
+++ b/README
@@ -10,7 +10,6 @@ Here are some instructions:
You need git to work with sbox2, get it from http://git.or.cz/.
-
Build using:
$ ./autogen.sh
@@ -19,19 +18,34 @@ $ make
$ make install prefix=$HOME/scratchbox
-Fire it up:
+Set it up:
$ mkdir $HOME/buildroot
$ cp $HOME/scratchbox/share/scratchbox2/sb2.config.sample \
$HOME/buildroot/sb2.config
(at this point you _really_ should go through that file and make sure
-it applies to your host system and intended target toolchain)
+it applies to your host system and intended target toolchain). After you're
+happy with it you can simply start sb2:
$ cd $HOME/buildroot
$ ../scratchbox/bin/sb2
+For Maemo (http://www.maemo.org/) development you can download
+the latest rootstrap:
+http://repository.maemo.org/stable/3.0/armel/maemo-sdk-rootstrap_3.0_armel.tgz)
+Extract that to $HOME/buildroot.
+
+Also get a current toolchain from CodeSourcery:
+http://www.codesourcery.com/gnu_toolchains/arm/download.html
+Put that to $HOME/compilers/arm-2006q3 (sb2.config.sample expects this).
+
+Then build a proper libtool for your active toolchain by running this inside
+sb2:
+
+$ $HOME/scratchbox/bin/sb2-build-libtool.sh
+
That's all folks, enjoy!