canmove, Confirmed users
6,441
edits
| Line 53: | Line 53: | ||
=== Installing Scratchbox === | === Installing Scratchbox === | ||
As root: | As root:<br /> | ||
Add 'vdso=0' to the kernel parameters. | Add 'vdso=0' to the kernel parameters. | ||
wget http://repository.maemo.org/stable/chinook/maemo-scratchbox-install_4.0.1.sh | wget http://repository.maemo.org/stable/chinook/maemo-scratchbox-install_4.0.1.sh | ||
| Line 59: | Line 59: | ||
./maemo-scratchbox-install_4.0.sh -s /scratchbox | ./maemo-scratchbox-install_4.0.sh -s /scratchbox | ||
/scratchbox/sbin/sbox_adduser cltbld yes | /scratchbox/sbin/sbox_adduser cltbld yes | ||
As cltbld: | As cltbld:<br /> | ||
Comment out the PYTHONHOME and PATH entries in ~/.bash_profile | |||
wget http://tablets-dev.nokia.com/chinook/maemo-sdk-install_4.0.1.sh | wget http://tablets-dev.nokia.com/chinook/maemo-sdk-install_4.0.1.sh | ||
chmod +x maemo-sdk-install_4.0.sh | chmod +x maemo-sdk-install_4.0.sh | ||
| Line 70: | Line 71: | ||
make | make | ||
make install | make install | ||
Remove the comments from the PYTHONHOME and PATH entries in ~/.bash_profile | |||
== Steps to be completed on a fresh VM == | == Steps to be completed on a fresh VM == | ||