Skip to content

Commit 879322d

Browse files
ferdymercurydpiparo
authored andcommitted
Update outdated cling_build_instructions
1 parent 5d8fbcb commit 879322d

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

cling/cling_build_instructions.md

+4-28
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ toc_sticky: true
1111

1212
Our nightly binary snapshots are currently not available.
1313

14+
### Community support
15+
16+
You can get cling 1.2 from conda-feedstock and there is a user providing an [external PPA](https://launchpad.net/~ppa-verse/+archive/ubuntu/cling) for debian.
17+
1418
## Building from source
1519

1620
### Build script
@@ -38,31 +42,3 @@ cmake --build . --target install
3842
{% endhighlight %}
3943

4044
See also README [on the repository](https://github.com/root-project/root/blob/master/interpreter/cling/README.md).
41-
42-
### cling patches?
43-
44-
Cling needs a couple of patches on top of clang (but can work with an original build of llvm).
45-
These are the commits that above build instructions correspond to - which is mostly interesting
46-
to package maintainers:
47-
48-
<table>
49-
<caption>Revisions / tags of llvm and clang to build a cling release.</caption>
50-
<tr>
51-
<th>cling release</th>
52-
<th>upstream llvm and clang</th>
53-
<th>cling-patches on clang</th>
54-
</tr>
55-
<tr>
56-
<td>0.5</td>
57-
<td>5.0 release series</td>
58-
<td>
59-
<a href="https://root.cern/gitweb/?p=clang.git;a=commit;h=287240897208a004509a2be4525aa83acbb2ba5f">287240</a>..
60-
<a href="https://root.cern/gitweb/?p=clang.git;a=commit;h=27d2d5b247e83f3ac5d6e9f36d25d168a6afc97a">27d2d5</a>
61-
(aka <a href="https://root.cern/gitweb/?p=clang.git;a=shortlog;h=refs/tags/cling-patches-rrelease_50">cling-patches-rrelease_50</a>)
62-
</td>
63-
<td>0.7</td>
64-
<td>9.0 release series</td>
65-
<td>
66-
</td>
67-
</tr>
68-
</table>

0 commit comments

Comments
 (0)