Skip to content

Commit c3c1cdd

Browse files
committed
8325731: Installation instructions for Debian/Ubuntu don't mention autoconf
Reviewed-by: ihse
1 parent f8d8eec commit c3c1cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/building.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ <h3 id="linux">Linux</h3>
526526
<p>The basic tooling is provided as part of the core operating system,
527527
but you will most likely need to install developer packages.</p>
528528
<p>For apt-based distributions (Debian, Ubuntu, etc), try this:</p>
529-
<pre><code>sudo apt-get install build-essential</code></pre>
529+
<pre><code>sudo apt-get install build-essential autoconf</code></pre>
530530
<p>For rpm-based distributions (Fedora, Red Hat, etc), try this:</p>
531531
<pre><code>sudo yum groupinstall &quot;Development Tools&quot;</code></pre>
532532
<p>For Alpine Linux, aside from basic tooling, install the GNU versions

doc/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ will most likely need to install developer packages.
349349
For apt-based distributions (Debian, Ubuntu, etc), try this:
350350

351351
```
352-
sudo apt-get install build-essential
352+
sudo apt-get install build-essential autoconf
353353
```
354354

355355
For rpm-based distributions (Fedora, Red Hat, etc), try this:

0 commit comments

Comments
 (0)