1
edit
Changes
→Check out mozilla source
ac_add_options --enable-canvas
</pre>
*Note that I have disabled static build, meaning my Firefox will build dynamically: <pre>ac_add_options --disable-static</pre>. A static build is one that doesn't need external libraries to run. To run a build dynamically, you require all the development libraries and so on installed. A static build is much slower takes more time than a dynamic build.
5. Get the full source from CVS: