This repository was archived by the owner on Sep 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
155 lines (143 loc) · 5.34 KB
/
index.html
File metadata and controls
155 lines (143 loc) · 5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
---
layout: default
title: Meld
---
<div id="content" class="container_12">
<div class="grid_5 prefix_1">
<h2>What is Meld?</h2>
<p>
Meld is a visual diff and merge tool targeted at developers. Meld
helps you compare files, directories, and version controlled
projects. It provides two- and three-way comparison of both files
and directories, and has support for many popular version control
systems.
</p>
<p>
Meld helps you review code changes and understand patches. It might even
help you to figure out what is going on in that merge you keep avoiding.
</p>
</div>
<div class="grid_5 suffix_1">
<img style="margin-top: 70px; margin-bottom: 20px;" src="images/meld-mary.png" width="380" height="176"/>
</div>
<div class="clear"></div>
<div class="grid_5 prefix_1">
<img style="margin-top: 70px; margin-bottom: 20px;" src="images/meld-dircomp-front.png" width="378" height="227"/>
</div>
<div class="grid_5 suffix_1">
<h2>Features</h2>
<ul>
<li>Two- and three-way comparison of files and directories</li>
<li>File comparisons update as you type</li>
<li>Auto-merge mode and actions on change blocks help make merges easier</li>
<li>Visualisations make it easier to compare your files</li>
<li>Supports Git, Bazaar, Mercurial, Subversion, etc.</li>
<li>…and <a href="features.html">more</a></a>
</ul>
<p>
Meld is licensed under the
<a href="https://www.gnu.org/licenses/gpl-2.0.html">GPL v2</a>,
except as noted.
</p>
</div>
<div class="clear"></div>
<div class="grid_10 prefix_1 suffix_1">
<h2>Getting it</h2>
<div class="grid_5 alpha">
<p>
Meld is packaged for most Linux/Unix distributions, including Fedora,
Ubuntu, and Suse. Unless you want the absolutely latest version, you should
install Meld through your package manager.
</p>
<p>
Windows users should download the MSI, or for older releases, check out the
<a href="http://sourceforge.net/projects/meld-installer/">Meld installer</a>
project.
</p>
<p>
On OS X, Meld is not yet officially supported. For pre-built binaries,
<a href="https://github.com/yousseb/meld/releases/">these OS X builds</a>
are the best option. You can also get Meld from MacPorts, Fink or Brew;
none of these methods are supported.
</p>
<p>
You can also run Meld without installing it. Just extract the archive and
run <code>bin/meld</code> from the archive folder.
</p>
</div>
<div class="grid_5 omega">
<div>
<table class="download-table">
<tr>
<td style="text-align: right; padding-right: 1em;">
Source:
</td>
<td class="download">
<a href="https://download.gnome.org/sources/meld/3.20/meld-3.20.4.tar.xz" onClick="recordOutboundLink(this, 'Download', 'Source', 'meld-3.20.4.tar.xz'); return false;">
<span>
<img src="images/downloadicon.png" width="24" height="24"/>
Meld 3.20.4
</span>
</a>
</td>
<td style="padding-left: 1em;">
13 August 2021
</td>
</tr>
<tr>
<td style="text-align: right; padding-right: 1em;">
Windows:
</td>
<td class="download">
<a href="https://download.gnome.org/binaries/win32/meld/3.20/Meld-3.20.4-mingw.msi" onClick="recordOutboundLink(this, 'Download', 'Source', 'Meld-3.20.4-mingw.msi'); return false;">
<span>
<img src="images/downloadicon.png" width="24" height="24"/>
Meld 3.20.4
</span>
</a>
</td>
<td style="padding-left: 1em;">
13 August 2021
</td>
</tr>
<tr>
<td colspan=3>
Note: The 3.20 Windows build uses a new build chain. If you experience issues, please use
<a href="https://download.gnome.org/binaries/win32/meld/3.18/Meld-3.18.3-win32.msi" onClick="recordOutboundLink(this, 'Download', 'Source', 'Meld-3.18.3-win32.msi'); return false;">
<span>
Meld 3.18.3.
</span>
</a>
</td>
</tr>
<tr>
<td style="text-align: right; padding-right: 1em;">
Devel:
</td>
<td class="download">
<a href="https://download.gnome.org/sources/meld/3.21/meld-3.21.3.tar.xz" onClick="recordOutboundLink(this, 'Download', 'Source', 'meld-3.21.3.tar.xz'); return false;">
<span>
<img src="images/downloadicon.png" width="24" height="24"/>
Meld 3.21.3
</span>
</a>
</td>
<td style="padding-left: 1em;">
14 August 2022
</td>
</tr>
</table>
</div>
<h3>Requirements</h3>
<ul>
<li>Python 3.3 (3.6 in development)</li>
<li>GTK+ 3.14 (3.20 in development)</li>
<li>GLib 2.36 (2.48 in development)</li>
<li>PyGObject 3.14 (3.30 in development)</li>
<li>GtkSourceView 3.14 (4.0 in development)</li>
<li>pycairo (1.15 in development)</li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>