From c049a12326bf586cfa432dfb44a9ff38ce6324cf Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Mon, 4 Jan 2016 10:49:25 +1300 Subject: Add Windows build instructions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0977e4..0a4c00b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,20 @@ sudo make install You will then need to restart Pidgin, after which you should be able to add a 'Matrix' account. +## Building on Windows + +Set up a build environment using +[the Pidgin BuildingWinPidgin docs](https://developer.pidgin.im/wiki/BuildingWinPidgin) + +You should then be able to: +``` +make -f Makefile.mingw install +``` + +You will then need to restart Pidgin, after which you should be able to add a +'Matrix' account. + + # Usage * Open the 'Manage accounts' dialog (under the 'Accounts' menu) and click @@ -62,4 +76,4 @@ You will then need to restart Pidgin, after which you should be able to add a The Advanced account option 'On reconnect, skip messages which were received in a previous session' is disabled by default. This means that pidgin will show the last few messages for each room each time it starts. If this option is -enabled, only new messages will be shown. \ No newline at end of file +enabled, only new messages will be shown. -- cgit From 7f79c0d417963351cc8cb5a68a6159469e02484c Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Mon, 4 Jan 2016 13:21:46 +1300 Subject: Whoops, should be make *then* make install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a4c00b..86a9425 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Set up a build environment using You should then be able to: ``` +make -f Makefile.mingw make -f Makefile.mingw install ``` -- cgit