Confirmed users
1,031
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
exit | exit | ||
# on ubuntu | # on ubuntu | ||
add the following to /etc/sysctl.conf | |||
vm.vdso_enabled = 0 | |||
vm.mmap_min_addr = 4096 | |||
Then run | |||
sudo sysctl -p | |||
wget http://repository.maemo.org/stable/chinook/maemo-scratchbox-install_4.0.1.sh | |||
sudo chmod a+x ./maemo-scratchbox-install_4.0.1.sh | sudo chmod a+x ./maemo-scratchbox-install_4.0.1.sh | ||
sudo ./maemo-scratchbox-install_4.0.1.sh -s /scratchbox | sudo ./maemo-scratchbox-install_4.0.1.sh -s /scratchbox |