145
edits
(Added Windows build instructions) |
(Removed Eudora branding part) |
||
| Line 33: | Line 33: | ||
=== Building | === Building Thunderbird on OS X === | ||
The steps to build | The steps to build Thunderbird from CVS on OS X are almost identical to the instructions for Linux. There are may caveats depending on whether you want a universal binary, which version of OS X you have, which version you want to target, etc. | ||
More | More Thunderbird OS X build details can be found at [[http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites developer.mozilla.org]]. | ||
The only deviation from the Linux directions is the installation of LibIDL and GLib, and contents of the ~/.mozconfig file. | The only deviation from the Linux directions is the installation of LibIDL and GLib, and contents of the ~/.mozconfig file. | ||
| Line 57: | Line 57: | ||
ac_add_options --disable-tests | ac_add_options --disable-tests | ||
ac_add_options --enable-extensions=default,penelope | ac_add_options --enable-extensions=default,penelope | ||
== Building Thunderbird on Windows == | == Building Thunderbird on Windows == | ||
edits