bin/setup-neomutt

changeset 546
37e57701e936
parent 482
2c7cb331d2dc
child 558
2ee5e91dbf58
equal deleted inserted replaced
545:cd5b3906e687 546:37e57701e936
22 OPENSSL_PREFIX=/opt/local 22 OPENSSL_PREFIX=/opt/local
23 ;; 23 ;;
24 esac 24 esac
25 25
26 ./prepare -q \ 26 ./prepare -q \
27 --with-homespool=/var/spool/mail \ 27 --with-mailpath=/var/spool/mail \
28 --with-ssl${OPENSSL_PREFIX:+=$OPENSSL_PREFIX} \ 28 --with-ssl${OPENSSL_PREFIX:+=$OPENSSL_PREFIX} \
29 --with-sasl \ 29 --with-sasl \
30 --with-tokyocabinet \ 30 --with-tokyocabinet \
31 --enable-gpgme \
31 --enable-imap --enable-smtp \ 32 --enable-imap --enable-smtp \
32 --with-regex
33 33
34 make -s -j3 34 make -s -j3
35 35
36 cd ~/bin 36 cd ~/bin
37 for BIN in mutt mutt_dotlock pgpewrap; do 37 for BIN in mutt mutt_dotlock pgpewrap; do
50 50
51 =head1 REQUIREMENTS 51 =head1 REQUIREMENTS
52 52
53 =head2 Debian 53 =head2 Debian
54 54
55 autoconf libncursesw5-dev libssl-dev libsasl2-dev libtokyocabinet-dev links 55 apt install autoconf links gnupg2 gpgsm urlscan libncursesw5-dev \
56 gnupg2 urlscan 56 libssl-dev libsasl2-dev libtokyocabinet-dev libgpgme11-dev
57
58 =head2 Cygwin
59
60 autoconf libncursesw-devel openssl-devel libsasl2-devel libgdbm4-devel links
61
62 gpg2 isn't available in cygwin, but there is a windows build. using it with
63 cygwin paths requires a wrapper though.
64 57
65 =cut 58 =cut

mercurial