# Note: depends on openssl wget -c ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 tar -xjf alpine-2.00.tar.bz2 cd alpine-2.00 ./configure --prefix="/usr" --with-c-client-target="slx" make # Doesn't mind -j# make install