Confirmed users
2,679
edits
Line 101: | Line 101: | ||
wget http://repository.maemo.org/stable/chinook/maemo-sdk-nokia-binaries_4.0.1.sh | wget http://repository.maemo.org/stable/chinook/maemo-sdk-nokia-binaries_4.0.1.sh | ||
chmod +x maemo-sdk-nokia-binaries_4.0.1.sh | chmod +x maemo-sdk-nokia-binaries_4.0.1.sh | ||
sh ./maemo-sdk-nokia-binaries_4.0.1.sh | ## following line failed out with permission errors | ||
# you'll have to type 'I agree' | ## sh ./maemo-sdk-nokia-binaries_4.0.1.sh | ||
# you'll have to space/more to the end of the EULA, and then enter 'I accept' | ## so did the following instead: | ||
$ su - | |||
# cd /scratchbox | |||
# sh /home/cltbld/maemo-sdk-nokia-binaries_4.0.1.sh | |||
## you'll have to type 'I agree' | |||
## you'll have to space/more to the end of the EULA, and then enter 'I accept' | |||