# HG changeset patch # User Chris Cannam # Date 1544455564 0 # Node ID bbf4696f65e377eaf32907c279469d3b61f935af # Parent 7194ca023517349cc5f6808ca64fee921f0faf43 Update README diff -r 7194ca023517 -r bbf4696f65e3 README.txt --- a/README.txt Mon Dec 10 15:20:01 2018 +0000 +++ b/README.txt Mon Dec 10 15:26:04 2018 +0000 @@ -26,26 +26,25 @@ Building EasyMercurial ====================== -EasyMercurial is written in C++ using the Qt4 toolkit. On most -platforms, you can build it by running "qmake" followed by "make". Qt -version 4.6 or newer is required. +EasyMercurial is written in C++ using the Qt5 toolkit. On most +platforms, you can build it by running "qmake" followed by "make". To run EasyMercurial ==================== Just run the EasyMercurial application that is produced by the build. -You will of course also need to have Mercurial installed (version 1.7 -or newer). If you want to use the EasyHg authentication extension, -you will also need PyQt4 (the Python bindings for Qt4); you may also -wish to install the python-crypto library for the password store. -Finally, an external diff/merge utility is required, typically kdiff3. +You will also need to have Mercurial installed (version 1.7 or newer). +If you want to use the EasyHg authentication extension, you will also +need PyQt5 (the Python bindings for Qt5); you may also wish to install +the python-crypto library for the password store. Finally, an +external diff/merge utility is required, typically kdiff3. EasyMercurial is Copyright 2010 Jari Korhonen Copyright 2010-2013 Chris Cannam -Copyright 2010-2013 Queen Mary, University of London +Copyright 2010-2018 Queen Mary, University of London