blob: a9aa410eafcbeb153a94ad42ec667b3ed2a84acb [file] [log] [blame]
jat@google.com134be542009-08-03 15:30:11 +00001You will need to checkout the SDKs required for building the plugin
2separately. These are located at:
3 https://google-web-toolkit.googlecode.com/svn/plugin-sdks
4
5This assumes the SDKS are located in ../../../plugin-sdks -- if this is
6not correct, edit the definition in Makefile.
7
8Build by:
9
10make ARCH=x86 BROWSER=ff2
11make ARCH=x86_64 BROWSER=ff3
12
13etc -- default is current architecture and ff3.
14
15BROWSER values supported:
16 ff2 Firefox 1.5-2.0
17 ff3 Firefox 3.0
18 ff3+ Firefox 3.0.11+ on some platforms
19 ff35 Firefox 3.5
20
21You may need to try both ff3 and ff3+, as different platforms chose different
22library layouts.
23
24In the future, we will try and make a combined XPI which uses a JS shim plugin
25to select the proper shared library file to use based on the platform.