Next: Installation from RPM, Previous: Compiling ppp with CBCP Support, Up: Installation
It is recommended that you remove the previously installed version before installing a new version so that no unnecessary files are left on the disk. User data may stay, and they will be automatically converted into the new version, if needed.
bzip2 -cd chestnut-dialer-0.3.3.tar.bz2 | tar xvf -
cd chestnut-dialer-0.3.3
./configure
Note: Script configure can receive command line arguments. You can specify destination directory, disable unnecessary user interfaces, etc., using these arguments. You can get the complete list of options by typing ./configure --help.
make make install
Note: You may need to run make install as root.