Skip to content

Commit f38f610

Browse files
parttimenerdshipilev
authored andcommitted
8325731: Installation instructions for Debian/Ubuntu don't mention autoconf
Backport-of: c3c1cdd1b017654469f214c62457cde248474f2f
1 parent 8399096 commit f38f610

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
@@ -476,7 +476,7 @@ <h3 id="linux">Linux</h3>
476476
<p>The basic tooling is provided as part of the core operating system,
477477
but you will most likely need to install developer packages.</p>
478478
<p>For apt-based distributions (Debian, Ubuntu, etc), try this:</p>
479-
<pre><code>sudo apt-get install build-essential</code></pre>
479+
<pre><code>sudo apt-get install build-essential autoconf</code></pre>
480480
<p>For rpm-based distributions (Fedora, Red Hat, etc), try this:</p>
481481
<pre><code>sudo yum groupinstall &quot;Development Tools&quot;</code></pre>
482482
<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
@@ -289,7 +289,7 @@ will most likely need to install developer packages.
289289

290290
For apt-based distributions (Debian, Ubuntu, etc), try this:
291291
```
292-
sudo apt-get install build-essential
292+
sudo apt-get install build-essential autoconf
293293
```
294294

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

0 commit comments

Comments
 (0)