Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-06-19 12:56:54 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-19 14:21:26 +0300
commitcb607309b066475b8b2f027c2d19543fca8ff0dd (patch)
tree8e2200d5ef51be65269de05316b1d9f30f3e65ca /README
parent591f4218fd81ba19e848bbb81d7b603465d0d43e (diff)
Makefile.mingw: fixed ambiguous targets
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a3c6d06..3bca957 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ Download and extract json-glib:
Compile the plugin:
$ cd $PIDGIN_DEV_ROOT/purple-facebook #-<version>
- $ make -f Makefile.mingw all
+ $ make -f Makefile.mingw install
### Installing on Windows
@@ -65,4 +65,4 @@ The GTK runtime distributed with pidgin is to old and must be upgraded:
Install the plugin:
- $ cp pidgin/libpurple/protocols/facebook/libfacebook.dll C:/Users/<user>/AppData/Roaming/.purple/plugins
+ $ cp win32-install-dir/plugins/libfacebook.dll C:/Users/<user>/AppData/Roaming/.purple/plugins