Compile Abrowser for Windows and OS X

11 replies [Last post]
ssdclickofdeath
Offline
Joined: 05/19/2013

How would I go about compiling Abrowser for Windows and OS X using only free software? Also, what is the license of the Abrowser logo? (A dark blue globe with a white cursor in the corner.)

thecomputerguy10101
Offline
Joined: 10/12/2013

I think it's still under the mozilla license.

ssdclickofdeath
Offline
Joined: 05/19/2013

The logo?

Andresm

I am a member!

Offline
Joined: 11/21/2010

Hi ssdclickofdeath,

I was interested in this so that I could sync the tabs from the browsers. This stopped working for me some time ago.

ssdclickofdeath
Offline
Joined: 05/19/2013

I made a project at Gitorious, but I haven't added any code yet.
https://gitorious.org/abrowser4win

Andresm

I am a member!

Offline
Joined: 11/21/2010

Thanks.

ssdclickofdeath
Offline
Joined: 05/19/2013

How would one compile Abrowser for Win32? Is the upstream source for Firefox for Windows different then the code for Firefox on GNU/Linux?

andrew
Offline
Joined: 04/19/2012

On 17/12/13 09:51, gramex wrote:
> How would one compile Abrowser for Win32? Is the upstream source for
> Firefox for Windows different then the code for Firefox on
> GNU/Linux?

Abrowser patches the Ubuntu Firefox, which is not the upstream Firefox,
so porting to Windows might be more difficult.

You'd probably be better off compiling IceCat for Windows instead. I
recall someone wanting to do this months ago, but not sure if it ever
happened.

Andrew.

ssdclickofdeath
Offline
Joined: 05/19/2013

Does Mozilla have a tutorial on compiling Firefox for Windows?

andrew
Offline
Joined: 04/19/2012

On 17/12/13 13:33, gramex wrote:
> Does Mozilla have a tutorial on compiling Firefox for Windows?

I looked it up and found this:
https://developer.mozilla.org/en-US/docs/Compiling_Mozilla_With_Mingw

Unfortunately that page was last updated in Feb 2008, over five years
ago. According to this page Mozilla uses Microsoft Visual Studio for its
official builds:

https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Windows_Prerequisites

The FAQ seems to acknowledge MinGW though:

https://developer.mozilla.org/en-US/docs/Developer_Guide/Mozilla_build_FAQ

Andrew.

ssdclickofdeath
Offline
Joined: 05/19/2013

So... MinGW is a free compiler for windows executables?

andrew
Offline
Joined: 04/19/2012

On 18/12/13 09:22, gramex wrote:
> So... MinGW is a free compiler for windows executables?

Yes, MinGW is free software. I believe it is based on an old version of
GCC adapted for Windows.

Andrew.