Updated to release 1.8.1
[siplcs.git] / README
blob1c4ed1f3b492b4214575dbd9ac45d2c14ebb866f
2 Assuming you've installed Pidgin from source (typically in /usr/local):
4         ./configure --prefix=/usr/local
5         su -c "make install"
7 and eveything should be fine. If Pidgin is installed from an RPM (I don't know if the pidgin headers were separated from binaries) or DEB (you pidgin-dev package), then:
9         ./configure --prefix=/usr
10         su -c "make install"
12 Installing those should get Pidgin Sipe working.