File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments