meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
maemo:graphical_hello_world_application_from_nokia [2009/08/20 11:11] – created kallonenmaemo:graphical_hello_world_application_from_nokia [2009/08/20 15:41] (current) athamala
Line 12: Line 12:
 </code> </code>
  
-The .deb package will be created in the MaemoHello directory. Next install the package to emulator.+Abovementioed SBOX_REDIRECT_FORCE environment variable is needed if perl libraries is needed (Bug in roostraps) The .deb package will be created in the MaemoHello directory. Next install the package to emulator.
  
 <code> <code>
Line 30: Line 30:
 </code> </code>
  
 +The program has many parts (check README), but the main application code can be found from hello-world.c (main function to start the application) and libhelloworld.h and .c (graphical features of the main application).