-
Notifications
You must be signed in to change notification settings - Fork 0
Build Instructions
Raven24 edited this page Sep 13, 2010
·
3 revisions
In order to build the calendar from source you need to have a working Qt development enviroment. There are many sites on the internet that will tell you how to do that. (e.g. Nokia )
If you set it up and want to run the application on your computer all you have to do is compile it and then execute the created binary via:
qmake && make && ./FCalendar
You will at least need Qt 4.5 because that’s the version I tested it with.
To be able to build a working binary for the phone on linux you have to the instructions on this site until further support by nokia comes along.
What you should get is a self-signed .sis package which you can install right on your phone.