Hi everybody,
Now I use pidin 2.6.3, I need some more plugins for pidgin and It’s so happy when I searched purple-plugin pack from PluginPack – Pidgin Plugins
I install this following as root:
- tar xjvf purple-pidgin_pack_VERSION.tar.bz2
- cd purple-pidgin_pack_VERSION/
- ./configure --prefix=/usr
It’s good to configure, the output is “Please type make to make file…”
for i in *
do
cd $i && make && make install && cd..
done
- Restart my computer
It’s seem to be fine to install from source. However, when I open plugin manager in pidgin, there’s no new plugins.
Anybody help me to solve this trouble?