Sugar版eToys

PCにさしたUSB上のdisk imageにsugar版eToysを入れる方法。


とあるディレクトリにsugar-jhbuildをダウンロードする。

git clone git://dev.laptop.org/sugar-jhbuild

とりあえず、そこでsugar-jhbuildをbuild。

./sugar-jhbuild update

相当に時間がかかるが、終わると

./sugar-jhbuild run

でsugarのエミュレーションがXnest経由でできるようになる。

別のディレクトリに移り、gitでetoysのデータをdev.laptop.orgからダウンロードする。(sugar-jhbuildをやれば自動的に入ってくるのだが、いちおう)

git clone git://dev.laptop.org/projects/etoys

etoysのディレクトリで

./autogen.sh --prefix=[SUGAR-JHBUILD]/build

sugar-jhbuildのディレクトリに移り、

./sugar-jhbuild shell

もしかするとそこでrootになって外部のUSBメモリに書ける身分になり、

cd ../etoys
make prefix=/media/OLPCRoot/usr/ install