EXIT AUTOCRAP \o/
[apps/madmutt.git] / doconfig.sh
1 #./autogen.sh
2 #./configure -C --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man       \
3 #    --with-sharedir=/usr/share/mutt-ng --with-docdir=/usr/share/doc/mutt-ng  \
4 #    --with-mailpath=/var/mail --enable-fcntl --with-idn --with-curses --enable-nntp \
5 #    --with-libesmtp --enable-gpgme --enable-hcache --enable-doc
6
7 cmake -D WITH_NNTP=1 -D WITH_IDN=1 -D USE_HCACHE=1 -D WITH_LIBESMTP=1 .