comparison README.txt @ 695:bbf4696f65e3

Update README
author Chris Cannam
date Mon, 10 Dec 2018 15:26:04 +0000
parents ae67ea0af696
children 87d423722656
comparison
equal deleted inserted replaced
694:7194ca023517 695:bbf4696f65e3
24 24
25 25
26 Building EasyMercurial 26 Building EasyMercurial
27 ====================== 27 ======================
28 28
29 EasyMercurial is written in C++ using the Qt4 toolkit. On most 29 EasyMercurial is written in C++ using the Qt5 toolkit. On most
30 platforms, you can build it by running "qmake" followed by "make". Qt 30 platforms, you can build it by running "qmake" followed by "make".
31 version 4.6 or newer is required.
32 31
33 32
34 To run EasyMercurial 33 To run EasyMercurial
35 ==================== 34 ====================
36 35
37 Just run the EasyMercurial application that is produced by the build. 36 Just run the EasyMercurial application that is produced by the build.
38 You will of course also need to have Mercurial installed (version 1.7 37 You will also need to have Mercurial installed (version 1.7 or newer).
39 or newer). If you want to use the EasyHg authentication extension, 38 If you want to use the EasyHg authentication extension, you will also
40 you will also need PyQt4 (the Python bindings for Qt4); you may also 39 need PyQt5 (the Python bindings for Qt5); you may also wish to install
41 wish to install the python-crypto library for the password store. 40 the python-crypto library for the password store. Finally, an
42 Finally, an external diff/merge utility is required, typically kdiff3. 41 external diff/merge utility is required, typically kdiff3.
43 42
44 43
45 EasyMercurial is 44 EasyMercurial is
46 Copyright 2010 Jari Korhonen 45 Copyright 2010 Jari Korhonen
47 Copyright 2010-2013 Chris Cannam 46 Copyright 2010-2013 Chris Cannam
48 Copyright 2010-2013 Queen Mary, University of London 47 Copyright 2010-2018 Queen Mary, University of London
49 48
50 49
51 50
52 51