diff options
| author | d3v11 <d3v11@d3v11.ano> | 2011-10-15 22:48:52 -0500 | 
|---|---|---|
| committer | d3v11 <d3v11@d3v11.ano> | 2011-10-15 22:48:52 -0500 | 
| commit | 4c3d89fb6ff16462a92bf1e2277b4959aef2b30f (patch) | |
| tree | 217d925cbbca6823828106405bd035e0469cd022 /contrib/splice3/TOOLS/IM-STEAL/README | |
| parent | 55f0bd95cf0a7db9f70573fbcfb52c01def994ab (diff) | |
| download | resdb-4c3d89fb6ff16462a92bf1e2277b4959aef2b30f.tar.gz resdb-4c3d89fb6ff16462a92bf1e2277b4959aef2b30f.zip | |
Fixed bug on im-steal.c in splice3's tools
Diffstat (limited to 'contrib/splice3/TOOLS/IM-STEAL/README')
| -rw-r--r-- | contrib/splice3/TOOLS/IM-STEAL/README | 14 | 
1 files changed, 6 insertions, 8 deletions
| diff --git a/contrib/splice3/TOOLS/IM-STEAL/README b/contrib/splice3/TOOLS/IM-STEAL/README index cd19ff8..7e0bfc3 100644 --- a/contrib/splice3/TOOLS/IM-STEAL/README +++ b/contrib/splice3/TOOLS/IM-STEAL/README @@ -7,21 +7,19 @@ USAGE:  	im-steal <prpl-protocol> <username> <password>  SPLICE3 USAGE: -	splice3  -	--command='im-steal <prpl-protocol> <username> PASSWORD' -	--<modules> -	--test='Account Connected' + +splice3 --command='im-steal <prpl-protocol> <username> PASSWORD' --<modules> --test='Account Connected'  DEPENDS:  	libpurple-dev, libpurple  INSTALL: -	gcc `pkg-config --libs glib-2.0` -I /usr/include/libpurple/ -        -I /usr/include/glib-2.0/ -I /usr/lib/glib-2.0/include/ -        -lpurple im-steal.c -o /usr/bin/im-steal + +gcc `pkg-config --libs glib-2.0` -I /usr/include/libpurple/ -I /usr/include/glib-2.0/ -I /usr/lib/glib-2.0/include/ -lpurple im-steal.c -o /usr/bin/im-steal  UNINSTALL: -	rm /usr/bin/im-steal + +rm /usr/bin/im-steal  PRPL-PROTOCOL:  	libpurple requires and allows several prpl-* arguments | 
