73
edits
(New page: == Prerequisites == * A build of xulrunner. A debug build is recommended during development. Alternatively you can use the [http://developer.mozilla.org/en/docs/index.php?title=Gecko_SDK|x...) |
|||
| Line 1: | Line 1: | ||
== Prerequisites == | == Prerequisites == | ||
* A build of xulrunner. A debug build is recommended during development | * A build of xulrunner or firefox. A debug build is recommended during development. | ||
* [[Embedding/NewApi#Getting_the_code|Get the code]] | * [[Embedding/NewApi#Getting_the_code|Get the code]] | ||
* Set the environment variable GRE_HOME to point to your build's dist/bin folder | |||
== Building == | |||
== Running == | |||
== Using XULRunner SDK == | |||
* [http://developer.mozilla.org/en/docs/index.php?title=Gecko_SDK xulrunner sdk]. | |||
* Set GRE_HOME to point to the xulrunner-sdk/bin folder. | |||
'''Note''': There are currently some issues when building against the xulrunner sdk on win32, e.g. debug builds crash. The xulrunner sdk is using a patched win32 CRT (for jemalloc). | |||
edits