Chinook SDK
From Sven Kreiss
Just a little status update what works for me:
- installation into '/scratchbox'
- installing into any other folder or symlinking or even mounting this folder with a '-o bind' does not work
- use '-d' option on debian based systems (not explained in Nokia's Install Instructions)
- Python2.5 works as described in most tutorials, but there is one pitfall: do an export DISPLAY:=2 in the terminal you start the environment. If you run your programs in another terminal, you need to do a second export DISPLAY:=2 there.