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-27 08:01:42 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-27 08:01:42 +0300
commit78b5e535654643e68c0ecd3cefe0f5d0b1d2cb60 (patch)
tree0a0cd63d72160391d66661a1662af23f3e88882b /README
parent596f70fef25e02d8805aaf1ce40bc32b3bc60a75 (diff)
README: fixed missing step in windows builds
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index a7bbbb8..0937cbf 100644
--- a/README
+++ b/README
@@ -46,8 +46,9 @@ Download and extract json-glib:
Compile the plugin:
$ cd $PIDGIN_DEV_ROOT/purple-facebook #-<version>
+ $ ./update # not required for dist tarballs
$ make -f Makefile.mingw install
- $ cp win32-install-dir/plugins/libfacebook.dll C:/Program Files/Pidgin/plugins # alternatively: Program Files (x86)
+ $ cp win32-install-dir/plugins/libfacebook.dll C:/Program Files/Pidgin/plugins # alternatively: Program Files (x86)
### Installing on Windows