# Note: depends on automake # Note: depends on autoconf # Note: depends on libtool # Note: depends on pkg-config wget -c https://github.com/dinhviethoa/libetpan/archive/1.9.4/libetpan-1.9.4.tar.gz tar -xzf libetpan-1.9.4.tar.gz cd libetpan-1.9.4 NOCONFIGURE=1 ./autogen.sh mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install