jat@google.com | 134be54 | 2009-08-03 15:30:11 +0000 | [diff] [blame] | 1 | You will need to checkout the SDKs required for building the plugin |
| 2 | separately. These are located at: |
| 3 | https://google-web-toolkit.googlecode.com/svn/plugin-sdks |
| 4 | |
| 5 | This assumes the SDKS are located in ../../../plugin-sdks -- if this is |
| 6 | not correct, edit the definition in Makefile. |
| 7 | |
| 8 | Build by: |
| 9 | |
| 10 | make ARCH=x86 BROWSER=ff2 |
| 11 | make ARCH=x86_64 BROWSER=ff3 |
| 12 | |
| 13 | etc -- default is current architecture and ff3. |
| 14 | |
| 15 | BROWSER 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 | |
| 21 | You may need to try both ff3 and ff3+, as different platforms chose different |
| 22 | library layouts. |
| 23 | |
| 24 | In the future, we will try and make a combined XPI which uses a JS shim plugin |
| 25 | to select the proper shared library file to use based on the platform. |