Mercurial > pidgin
diff libpurple/protocols/null/README @ 25855:0edd1e140b6e
Various nullprpl fixes.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 30 Nov 2008 06:37:29 +0000 |
parents | afee8b840d91 |
children |
line wrap: on
line diff
--- a/libpurple/protocols/null/README Sun Nov 30 06:31:39 2008 +0000 +++ b/libpurple/protocols/null/README Sun Nov 30 06:37:29 2008 +0000 @@ -28,11 +28,10 @@ ----------------------- To build, just run ./configure as usual in the root directory of the pidgin -source distribution. Then cd libpurple/protocols/null and type make. To -install, copy libnull.la and .libs/libnull.so into your ~/.purple/plugins -directory. Then run Pidgin. +source distribution. Then cd libpurple/protocols/null and then make. To +install, run make install. Then run Pidgin. -To build nullprpl on Windows (with Cygwin/MinGW), use Makefile.mingw. +To build nullprpl on Windows (with Cygwin/MinGW), use: make -f Makefile.mingw ----- USAGE