Skip to content

Instantly share code, notes, and snippets.

@graudeejs
Last active March 28, 2018 17:52
Show Gist options
  • Save graudeejs/7f52f639ac34e4f58512935f6cd6a323 to your computer and use it in GitHub Desktop.
Save graudeejs/7f52f639ac34e4f58512935f6cd6a323 to your computer and use it in GitHub Desktop.
Install mutt on Linux mint from source
git clone https://github.com/neomutt/neomutt
cd neomutt
sudo apt install xsltproc libslang2 libslang2-dev libidn11 libidn11-dev elinks libssl-dev libsasl2-dev
./configure --ssl --with-ui=slang --sasl --disable-doc --disable-nls
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment