diff options
author | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-01-04 10:03:29 +0000 |
---|---|---|
committer | Richard van der Hoff <github@rvanderhoff.org.uk> | 2016-01-04 10:03:29 +0000 |
commit | 358296445f29e896ac1d293db9c212ce974c98ad (patch) | |
tree | 11e4b12d310cedd8c3663bfe4741354fae5ca0ec | |
parent | 8d30ce7bcb808fd47d324ee6ff20d711391e6f08 (diff) | |
parent | 7f79c0d417963351cc8cb5a68a6159469e02484c (diff) | |
download | purple-matrix-358296445f29e896ac1d293db9c212ce974c98ad.tar.gz |
Merge pull request #4 from EionRobb/patch-3
Add Windows build instructions to Readme.md
-rw-r--r-- | README.md | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -48,6 +48,21 @@ 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 +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 +77,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. |