HOWTO Setup Naim
From SHellium Wiki
Naim Simple Installation (By Matthew)
A console AIM, ICQ, IRC, and Lily CMC client. http://naim.n.ml.org/
First Login to your Shell and go to your home directory.
cd ~
Then grab the latest source package with wget or links
wget http://naim.googlecode.com/files/naim-0.11.8.3.1.tar.bz2
Or
links http://naim.n.ml.org/
Next Untar the source.
tar jxvf naim-0.11.8.3.1.tar.bz2
Next move into the extracted directory.
cd naim-0.11.8.3.1/
Finally configure naim for installation in your prefix directory, screen support, and disabled updated check.
./configure --enable-detach --disable-dnsupdate --prefix=$HOME/naim_install
Lastly compile and install naim.
make clean && make -j3 && make install
Have Fun!
~/naim_install/bin/naim ~/naim_install/bin/nirc ~/naim_install/bin/nicq ~/naim_install/bin/nlily