X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=README;h=b87ce9c064617386f1545d46b2945323d77e1366;hp=63856b4f5ae88603419bb31a5b76ed3116b58459;hb=0320d6d2086ce89fe554d8f902531f5b00dbec94;hpb=34b50ecc36978426311fd6e6c489aeef43bb32ac diff --git a/README b/README index 63856b4..b87ce9c 100644 --- a/README +++ b/README @@ -1,5 +1,37 @@ Building a package =================== Run - ./build_script.sh -which will create a "./build/..." heirarchy. Move this structure to somewhere on the tablet, then run pypackager. + make PLATFORM=... package +which will create a "./pkg-.../..." heirarchy. Move this structure to somewhere on the tablet, then run pypackager. + +Supported PLATFORMs include + desktop + os2007 + os2008 + +SDK Enviroment +=================== + +Native + +Follow install instructions + Ubuntu: http://www.linuxuk.org/node/38 +Install Nokia stuff (for each target) + fakeroot apt-get install maemo-explicit + +Userful commands +Login + /scratchbox/login +Change targets + sb-conf select DIABLO_ARMEL + sb-conf select DIABLO_X86 +Fixing it + fakeroot apt-get -f install + +Starting scratchbox + Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac -extension Composite + scratchbox + export DISPLAY=:2 + af-sb-init.sh start +Then running a command in the "Maemo" terminal will launch it in the Xephyr session + Tip: run with "run-standalone.sh" for niceness?