Skip to content

Instantly share code, notes, and snippets.

@areina
Created May 2, 2012 14:09
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 areina/2576780 to your computer and use it in GitHub Desktop.
Save areina/2576780 to your computer and use it in GitHub Desktop.
installation in ubuntu 11.10
$ cd ~/sources
$ git clone https://github.com/djcb/mu.git
$ cd mu
$ sudo apt-get install libtool libgmime-2.4-dev libxapian-dev
$ autoreconf -i
$ configure
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment