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 pathdevelopment.html
More file actions
80 lines (73 loc) · 2.52 KB
/
development.html
File metadata and controls
80 lines (73 loc) · 2.52 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
---
layout: default
title: Meld - Development
---
<div id="content" class="container_12">
<div class="grid_5 prefix_1">
<h2>Trying out the current version</h2>
<p>
One of Meld's lesser-known features is that it's easy to run without
installing it. This is great for just trying out the current version, or
for checking to see whether your pet bug has been fixed yet. Just get a
copy of the source code from Git by opening a terminal and typing:
</p>
<p>
<code>git clone https://gitlab.gnome.org/GNOME/meld.git</code>
</p>
<p>
From the directory you cloned into, run:
</p>
<p>
<code>bin/meld</code>
</p>
</div>
<div class="grid_5 suffix_1">
<h2>Reporting bugs</h2>
<p>
If you find a problem, please <a href="https://gitlab.gnome.org/GNOME/meld/issues/new?issue%5Bassignee_id%5D=&issue%5Bmilestone_id%5D=">report a bug</a> at GNOME's GitLab.
</p>
<p>
Please, first check to see whether your bug still exists in the current
version and see whether someone else has
<a href="https://gitlab.gnome.org/GNOME/meld/issues">reported the bug already</a>.
</p>
</div>
<div class="clear"></div>
<div class="grid_5 prefix_1">
<h2>Getting Meld's source code</h2>
<p>
The Meld source code is kept at the GNOME Git repository. You can easily
browse the current version of the source code at:<br/>
<a href="https://gitlab.gnome.org/GNOME/meld">https://gitlab.gnome.org/GNOME/meld</a>
</p>
<p>
If you'd like to contribute, then grab a copy of the code, make some
changes, and submit a patch to the mailing list or GitLab.
</p>
</div>
<div class="grid_5 suffix_1">
<h2>Getting involved</h2>
<p>
If you're interested in participating in Meld's development, or if you're
just a generally curious person, you can join Meld's
<a href="https://discourse.gnome.org/tag/meld">discussion forum</a>.
</p>
</div>
<div class="clear"></div>
<div class="grid_5 prefix_1">
<h2>Roadmap</h2>
<p>
Meld doesn't have an official roadmap as such. At least not one that's
actually followed. Here are a list of things that are on the radar for the
near future:
</p>
<ul>
<li>Move to using gtkrc-defined colours everywhere</li>
<li>Improve our comparison performance by adding a Cython version of
MyersMatcher</li>
<li>Add a limited D-Bus interface to support opening new comparisons
in tabs</li>
</ul>
</div>
<div class="clear"></div>
</div>