Forgot to finish updating readme
[gc-dialer] / README
1 Building a package
2 ===================
3 Run
4         make PLATFORM=...
5 which will create a "./pkg-.../..." heirarchy.  Move this structure to somewhere on the tablet, then run pypackager. 
6
7 Supported PLATFORMs include
8         desktop
9         os2007
10         os2008
11
12 SDK Enviroment
13 ===================
14
15 Native
16
17 Follow install instructions
18         Ubuntu: http://www.linuxuk.org/node/38
19 Install Nokia stuff (for each target)
20         fakeroot apt-get install maemo-explicit
21
22 Userful commands
23 Login
24         /scratchbox/login
25 Change targets
26         sb-conf select DIABLO_ARMEL
27         sb-conf select DIABLO_X86
28 Fixing it
29         fakeroot apt-get -f install
30
31 Starting scratchbox
32         Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite
33         scratchbox
34         export DISPLAY=:2
35         af-sb-init.sh start
36 Then running a command in the "Maemo" terminal will launch it in the Xephyr session
37         Tip: run with "run-standalone.sh" for niceness?