Changes

Jump to: navigation, search

Liz Chak Assignment 1

63 bytes added, 23:23, 18 September 2006
Check out mozilla source
# I'm using Canvas for my work
ac_add_options --enable-canvas
 
# I disabled the installer
ac_add_options --disable-installer
</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 takes more time than a dynamic build.
1
edit

Navigation menu