N800 devel setup

These are just the basic things I forget, after everything is set up and installed.

4 windows:

n800:
ssh root@IP (192.168.0.5 at home

sbox:
/scratchbox/login
export DISPLAY=:2
af-sb-init.sh start
gcc -o maemo_hello maemo_hello.c `pkg-config --cflags gtk+-2.0 hildon-libs` -ansi -Wall `pkg-config --libs gtk+-2.0 hildon-libs`

Xephyr:
Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac

Edit:
cd /scratchbox/users/kylo/home/kylo

Leave a Reply

You must be logged in to post a comment.