
Sign up to save your podcasts
Or


Have a Macbook and want to build Thunderbird? Here is how to setup that development environment in just a few commands! This is useful if you are interesting in fixing bugs, trying out patches, or making any local changes to Thunderbird.
Tutorial commands:
Install homebrew and tools needed to build Thunderbird
Checkout the source code
Run the bootstrap command from the source directory. Choose 2 (to build Firefox for Desktop). Choose all of the default options.
Make sure your ~/.zshrc has the following line:
Create your mozconfig file in the source directory with the following info
Build Thunderbird!
Run what you just built!
By Have a Macbook and want to build Thunderbird? Here is how to setup that development environment in just a few commands! This is useful if you are interesting in fixing bugs, trying out patches, or making any local changes to Thunderbird.
Tutorial commands:
Install homebrew and tools needed to build Thunderbird
Checkout the source code
Run the bootstrap command from the source directory. Choose 2 (to build Firefox for Desktop). Choose all of the default options.
Make sure your ~/.zshrc has the following line:
Create your mozconfig file in the source directory with the following info
Build Thunderbird!
Run what you just built!