Building Alpine MUA from source

zcat ../fancy.patch.gz | patch -p1
./configure --help | less
./configure --disable-mouse --without-krb5 --without-ldap --without-tcl --without-ntlm --with-ssl-certs-dir=/etc/openssl/certs
make -j8
make install

ftp -a http://alpine.x10host.com/alpine/release/src/alpine-2.21.tar.xz
md5 alpine-2.21.tar.xz #02dad85c1be80ce020206f222ecf5ac8
tar xJf alpine-2.21.tar.xz
cd alpine-2.21/
./configure --help | less
./configure --with-ssl-dir=/usr/local/ssl --with-ssl-certs-dir=/etc/openssl/certs/ --without-krb5 --without-ldap --without-tcl
make -j8
make install

Resources

Patches for Alpine http://alpine.x10host.com/alpine/

Fancy Thread Interface http://alpine.x10host.com/alpine/info/fancy.html http://alpine.x10host.com/alpine/alpha/info/fancy.html


HOME | GUIDES | LECTURES | LAB | SMTP HEALTH | HTML5 | CONTACT
Copyright © 2024 Pierre-Philipp Braun