source: contrib/GoogleGears/Win32-Firefox3.6/BuildGearsFirefox3.6Win32.txt @ 4070

Revision 4070, 1.2 KB checked in by rafaelraymundo, 13 years ago (diff)

Ticket #1775 - Adicionados os fontes do googlegears ao Contrib

Line 
1Para compilar o Google Gears ( Firefox 3.6 - Win32) :
2
3Pré-requisitos :
4
5  - Visual Studio VS 2005
6  - Microsoft Platform SDK for Windows Server 2003 R2
7  - Wix 3.0.2925 - http://wix.sourceforge.net/downloadv3.html
8  - ProjectAggregator 2 - http://wix.codeplex.com/releases/view/44406#DownloadId=119163
9  - Python 2.4 - http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi
10  - Unxutils + UnxUpdates - http://gears.googlecode.com/files/UnxUtils.zip
11  - Código fonte do Google Geas (SVN)
12
13Editar o arquivo gears/base/common/js_dom_element.cc linha 170 :
14
15    // Verify unknown is a DOM HTML element
16  +#if !defined(BROWSER_FF36)
17     if (!VerifyNsContent(supports)) { return false; }
18  +#endif
19     dom_html_element_ = do_QueryInterface(supports);
20     if (dom_html_element_.get() == NULL) { return false; }
21
22Executar prompt DOS :
23
24  - cd\<diretório fonte do gears>
25  - "C:\Arquivos de programas\Microsoft Visual Studio 8\VC\vcvarsall.bat"
26  - "C:\Arquivos de programas\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.cmd"
27  -  set PATH=%PATH%;C:\Python24;C:\Arquivos de programas\Windows Installer XML v3\bin;C:\unix\usr\local\wbin
28
29  - make MODE=opt
30
31  Os arquivos MSI e XPI serão gerados no diretório .\bin-opt\installers
Note: See TracBrowser for help on using the repository browser.