PDA

View Full Version : How to install Pidgin?


plemo
December 5th, 2008, 12:54
Hi,I'am a benginner of FreeBSD,i don't know how to install Pidgin in this operate system.How to install?:)

gilinko
December 5th, 2008, 13:51
You can find pidgin in the ports collection (net-im/pidgin). Take a read-through of the handbook first, and then move into the pidgin directory and run a "make install clean".

SirDice
December 5th, 2008, 17:13
Either install from packages with pkg_add -r pidgin or from a port cd /usr/ports/net-im/pidgin && make install clean.

plemo
December 6th, 2008, 02:05
Thank you very much!