Skip to content

Instantly share code, notes, and snippets.

@ayucat
Created January 18, 2011 02:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayucat/783892 to your computer and use it in GitHub Desktop.
Save ayucat/783892 to your computer and use it in GitHub Desktop.
preparation of environment on Ubuntu 11.04
#!/bin/sh
# Ref. https://developer.mozilla.org/en/Simple_Thunderbird_build
sudo apt-get build-dep thunderbird
sudo apt-get install mercurial yasm libcurl4-openssl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment