Skip to content

Commit c8fa8f2

Browse files
committed
Better describe dependencies
1 parent 42e7514 commit c8fa8f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,17 @@ <h3 class="callout">Compiling from Git</h3><br>
400400
<div class="row-fluid">
401401
<div class="span12">
402402
<h3 class="callout">Dependencies</h3><br>
403+
<code>debian/control</code> (in Git) includes an authoritative list of build dependencies.
403404
<table class="table table-striped" style="width: 100%;">
404405
<thead><tr><th>Name</th><th>Typical package</th></tr></thead>
405-
<tr class="deps"><td><a href="https://github.com/google/protobuf">Protocol Buffers</a></td><td>protobuf-compiler, libprotobuf-dev</td></tr>
406+
<tr class="deps"><td>Perl (5.14 or newer)</td><td>perl</td></tr>
407+
<tr><td><a href="https://github.com/google/protobuf">Protocol Buffers</a></td><td>protobuf-compiler, libprotobuf-dev</td></tr>
406408
<tr><td>ncurses</td><td>libncurses5-dev</td></tr>
407409
<tr><td>zlib</td><td>zlib1g-dev</td></tr>
408410
<tr><td>utempter (optional)</td><td>libutempter-dev</td></tr>
409411
<tr><td>OpenSSL</td><td>libssl-dev</td></tr>
410412
</table>
413+
Additionally, <code>pkg-config</code> is a build-only dependency on most systems.
411414
</div>
412415
</div>
413416
</div>

0 commit comments

Comments
 (0)