Monday, January 26, 2009

Developing for Symbian s60 in linux (ubuntu 8.10 32bit)

So here I am trying to install the development environment and sdk for s60 5th edition.

i found this link with resources : http://www.martin.st/symbian/

but i got a few errors so i had to install a few packages :
sudo apt-get install flex
sudo apt-get install libncurses-dev

so, compilation works, and i could build the .sis package.

To do : find a way to use carbide.

Found a book for Symbian (S60) :
Symbian C++ developer training courseware discusses memory and resource management, descriptors, application structure overview, resource and localization files, UI controls, client/server framework, and active object framework. The workbook also describes seven programming exercises.

No comments:

Post a Comment