73
edits
| Line 37: | Line 37: | ||
== Using XULRunner SDK == | == Using XULRunner SDK == | ||
* Get it from [http://developer.mozilla.org/ | * Get it from [http://developer.mozilla.org/En/Gecko_SDK xulrunner sdk]. | ||
* Set GRE_HOME to point to the xulrunner-sdk/bin folder. | * Set GRE_HOME to point to the xulrunner-sdk/bin folder. | ||
* '''Note''': The xulrunner sdk is using a patched win32 CRT (for jemalloc). This requires that you change the project settings to use the statically linked CRT (under "C/C++ > Code Generation > Runtime Library" and choose a non DLL library: /MT or /MTd) | * '''Note''': The xulrunner sdk is using a patched win32 CRT (for jemalloc). This requires that you change the project settings to use the statically linked CRT (under "C/C++ > Code Generation > Runtime Library" and choose a non DLL library: /MT or /MTd) | ||
edits