0

I am interested in porting a C library that depends on glib to Symbian.

After some research, I found that there is a Symbian port of glib. However I can't seem to find much documentation about it. Can anyone point me to the right direction as to whether this can be even done or not? If yes, how.

osgx
  • 90,338
  • 53
  • 357
  • 513
user225312
  • 126,773
  • 69
  • 172
  • 181

1 Answers1

2

Forum Nokia has a lot of resources for developing for Nokia/S60 devices.

The glib port is part of the Open C/C++ plug-ins. Download and install them on top of your SDK to get started.

laalto
  • 150,114
  • 66
  • 286
  • 303