COMPILATION INSTRUCTIONS
=========================
Requirements:
	- Symbian S60-FP2 SDK installed (including system paths)
	- if using GNU/Linux, have gnu-poc package installed

Usage:
	- these commands leads to create pingserver.SISX:
// you need to get to <project>/group directory
	  $ bldmake bldfiles
	  $ abld build gcce urel
	  $ abld freeze gcce
	  $ abld build gcce urel
// then you need to get to <project>/sis direcotry
	  $ makesis pingserver.pkg pingserver.sis
	  $ signis pingserver.sis pingserver.sisx <path-to-certificate> <path-to-key-for-certificate>

INSTALL INSTRUCTIONS
=========================
There is already a built pingserver.sisx in <project>/sis directory. You can simply install that file into your Symbian-driven phone.

