📜 ⬆️ ⬇️

Google gears successfully compiled for Firefox 3.5 under Linux

Google hasn’t posted any updates yet, but the svn source is already going to, after some dances and a small patch. I post the version-0.5.25.0 for Linux 64 and 32. and patch. Tested working on opensuse 11.1 with the fox installed from the repository.

For x86_64:
uploaded.ivlis.com/gears-linux-x86_64-opt-0.5.25.0.xpi
(md5: 6d517d64e8ca4408b2d75572f501c3e1)

For i386:
uploaded.ivlis.com/gears-linux-opt-0.5.25.0_0.xpi
(md5: 9da04e7e04ea9bbb41c52f9d3d7b57eb)
')
For osX (thanks to kovpas ):
kovpas.ru/ggears/gears-osx-opt-0.5.25.0.xpi


How to collect:

For i386:

1. svn co gears.googlecode.com/svn/trunk gears_trunk
2. Apply the patch uploaded.ivlis.com/gears_i386_ff3.5.patch
3. cd gears_trunk / gears
4. make BROWSER = FF2 ARCH = i386; make BROWSER = FF3 ARCH = i386; make BROWSER = FF31 ARCH = i386; make installers ARCH = i386
5. In the bin-opt directory, there will be a cherished xpi

For x86_64 is the same, only from the tools / config.mk file you need to remove all references to -m32, just delete these 3 characters, well, in the make lines write ARCH = x86_64.

UPD: Thank you so much roTuKa for providing temporary hosting

Source: https://habr.com/ru/post/63434/


All Articles