Created
April 18, 2012 16:30
-
-
Save dkinzer/2414800 to your computer and use it in GitHub Desktop.
Building Mutt that works with Gmail on Centos.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget ftp://ftp.mutt.org/mutt/devel/mutt-1.5.21.tar.gz | |
tar -xzvf mutt-1.5.21.tar.gz | |
cd mutt-1.5.21 | |
yum install ncurses-devel tokyocabinet-devel openssl-devel cyrus-sasl-devel | |
./configure --enable-imap --enable-smtp --enable-hcache --with-ssl --with-sasl | grep error | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are just build and install instructions. For configuration use:
http://gist.github.com/1289741