Skip to content

Instantly share code, notes, and snippets.

@aanari
Last active October 16, 2022 15:49
Show Gist options
  • Save aanari/911d63caf39d6606ff0cba4be67c69fd to your computer and use it in GitHub Desktop.
Save aanari/911d63caf39d6606ff0cba4be67c69fd to your computer and use it in GitHub Desktop.
Install neomutt
# Run as root
curl -LO https://github.com/neomutt/neomutt/archive/refs/tags/20220429.zip
unzip 20220429.zip
cd neomutt-20220429
apt install xsltproc xml-core libxml2 gettext libidn11-dev libidn2-dev libxml2-utils docbook docbook-xml libgpgme-dev libsasl2-2 gnutls-bin lua5.3 liblua5.3-dev notmuch libnotmuch-dev libdb5.3-dev libdb5.3++-dev libqdbm-dev libqdbm++-dev libgdbm-dev liblmdb-dev libkyotocabinet-dev librocksdb-dev libtdb-dev libtokyocabinet-dev libl4-dev libzstd-dev
./configure --everything
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment