Confirmed users
29
edits
(Created page with "== Overview == In order to build B2G with camera support for the Nexus S running ICS, you need to apply some extra steps to your tree before building. # Apply [https://bug740997...") |
|||
| Line 20: | Line 20: | ||
Currently there exists an allocator/deallocator mismatch in the ICS build; to get around it, you need to disable jemalloc in Gecko: open <code>$B2G/glue/gonk-ics/gonk-misc/default-gecko-config</code> and add the following option: | Currently there exists an allocator/deallocator mismatch in the ICS build; to get around it, you need to disable jemalloc in Gecko: open <code>$B2G/glue/gonk-ics/gonk-misc/default-gecko-config</code> and add the following option: | ||
<pre>ac_add_options --disable-jemalloc</pre> | <pre>ac_add_options --disable-jemalloc</pre> | ||
Note that this change may already be in <code>default-gecko-config</code>, in which case this is already done for you. | |||
==Building Gonk/Gecko== | ==Building Gonk/Gecko== | ||
Refer to the detailed instructions in the B2G [https://github.com/andreasgal/B2G/blob/master/INSTALL INSTALL] file. | Refer to the detailed instructions in the B2G [https://github.com/andreasgal/B2G/blob/master/INSTALL INSTALL] file. | ||