The Following 4 Users Say Thank You to pierrem For This Useful Post: | ||
![]() |
2012-01-16
, 13:15
|
|
Posts: 738 |
Thanked: 983 times |
Joined on Apr 2010
@ London
|
#22
|
I would be interested in a quick howto to be able to compile it myself if you don't mind.
I never took the time to dig into the makefiles and dependencies required to compile this beast, so if you could provide the relevant information in a quick howto, that would be much appreciated
![]() |
2012-01-16
, 15:11
|
Posts: 176 |
Thanked: 262 times |
Joined on Nov 2009
@ Texas, USA
|
#23
|
Well, i'd give up any percieved qt performance for a gtk version with gstreamer baked in. Do you have any plans for such a build?
The Following 12 Users Say Thank You to mooninite For This Useful Post: | ||
![]() |
2012-01-17
, 06:03
|
|
Posts: 113 |
Thanked: 54 times |
Joined on Dec 2010
@ london
|
#24
|
![]() |
2012-01-17
, 09:02
|
|
Posts: 1,197 |
Thanked: 2,709 times |
Joined on Jan 2010
@ Hanoi
|
#25
|
As for how to build:
1. Install Maemo SDK. (also apt-get install python2.5)
2. Follow these instructions: https://wiki.mozilla.org/Mobile/Build/Fennec
3. Use "ac_add_options --enable-application=mobile/xul" instead of "ac_add_options --enable-application=mobile" in your mozconfig.
4. After you run "make package", change directories to "objdir/mobile/xul/installer" and run "make deb".
![]() |
2012-01-17
, 11:05
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#26
|
i was wondering if it was possible to create a fennec build for maemo but with the android tablet ui???
By the way, there are 3 prebuilt themes for mobile Firefox, which isn't apparent at all. One can switch them on in about:config, but that key is missing in Meego build by default, so you'll have to add it:
general.skins.selectedSkin
It can be set to:
"classic/1.0"
"gingerbread/1.0"
"honeycomb/1.0"
The last theme works only for tablets for now. Classic is what you see by default. Thanks for mbrubeck for the hint.
![]() |
2012-01-17
, 19:58
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#27
|
I never saw a performance difference between GTK and Qt builds so I think any opinion on the matter is purely subjective.
In regards to a binary build, I tried one and it failed to link properly. I won't be spending time on correcting it, but you're more than able to try yourself.
The Following 6 Users Say Thank You to maacruz For This Useful Post: | ||
![]() |
2012-01-17
, 20:29
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#28
|
![]() |
2012-01-17
, 20:40
|
Posts: 1,101 |
Thanked: 1,184 times |
Joined on Aug 2008
@ Spain
|
#29
|
![]() |
2012-01-18
, 05:41
|
Posts: 176 |
Thanked: 262 times |
Joined on Nov 2009
@ Texas, USA
|
#30
|
I never took the time to dig into the makefiles and dependencies required to compile this beast, so if you could provide the relevant information in a quick howto, that would be much appreciated