Code: Select all
cd /work/system_apps
wget ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.19.tar.gz
gzcat qpopper4.0.19.tar.gz | tar xf -
cd qpopper4.0.19
configure --enable-specialauth --enable-standalone
make
make install
Moderator: cah
Code: Select all
cd /work/system_apps
wget ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper4.0.19.tar.gz
gzcat qpopper4.0.19.tar.gz | tar xf -
cd qpopper4.0.19
configure --enable-specialauth --enable-standalone
make
make install