The Following User Says Thank You to PIDk For This Useful Post: | ||
|
2012-11-15
, 19:38
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#2
|
Recently I tried to build KMPlayer using latest Harmattan sources from here: https://garage.maemo.org/frs/?group_id=42 . Needless to say, I wasn't successful!
For example, there were a lot of of unresolved dependencies that I didn't know how to fix. I havent't even managed to find correct .pro file to open in Qt Creator.
Can somebody help me with instructions on how to build KMPlayer from those sources?
dpkg-buildpackage -rfakeroot -sa -S -i
The Following User Says Thank You to koos For This Useful Post: | ||
|
2012-11-15
, 19:45
|
Posts: 120 |
Thanked: 83 times |
Joined on May 2012
|
#3
|
The .deb file is generated from the tar.gz file by un-tar'ing it and then run
in the kmplayer directory. I do that inside scratchbox and since I use Vim as editor, I never bothered to look at qtcreator.Code:dpkg-buildpackage -rfakeroot -sa -S -i
|
2012-11-15
, 21:06
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#4
|
Well, thanks a lot!
Though I'm using Qt SDK on Windows
Actually, It's not a problem for me to compile it on, for example, Debian (especially if it's just command line compiling & text editing), but, again, what are prerquisites for building it? What must I install on comepeltely new Debian to build it?
The Following User Says Thank You to koos For This Useful Post: | ||
|
2012-11-19
, 08:12
|
Posts: 120 |
Thanked: 83 times |
Joined on May 2012
|
#5
|
|
2012-11-22
, 18:11
|
Posts: 143 |
Thanked: 205 times |
Joined on Apr 2008
|
#6
|
The Following User Says Thank You to koos For This Useful Post: | ||
Recently I tried to build KMPlayer using latest Harmattan sources from here: https://garage.maemo.org/frs/?group_id=42 . Needless to say, I wasn't successful!
For example, there were a lot of of unresolved dependencies that I didn't know how to fix. I havent't even managed to find correct .pro file to open in Qt Creator.
Can somebody help me with instructions on how to build KMPlayer from those sources?