The files has been updated and packed back into the tar.gz file, now how to i install it on my device? I have no ideas what so ever as i am a windows user. Please help me out guys.
You need to compile your modified sources in order to make them installable. You'll need the Maemo SDK.
Code:
dpkg-buildpackage -rfakeroot
can be used to build the source and create a .deb package which can be installed on the device. Make sure to install all the build-dependencies on the SDK first (dpkg-buildpackage will tell you the package names if they are missing).
You need to compile your modified sources in order to make them installable. You'll need the Maemo SDK.
Code:
dpkg-buildpackage -rfakeroot
can be used to build the source and create a .deb package which can be installed on the device. Make sure to install all the build-dependencies on the SDK first (dpkg-buildpackage will tell you the package names if they are missing).
Can i use the Nokia Qt SDK?
Also do i install the SDK on my device or pc. I have windows 7.
Guys please help me out.
Dont even know what language this package was written in.
There is a configure.ac and Makefile.am inside the package.
I read somewhere about using the command ./configure
But when i type this in x-term says something about permission.
And what would this do if i managed to execute this command??