8325731: Installation instructions for Debian/Ubuntu don't mention autoconf
Reviewed-by: ihse
This commit is contained in:
parent
f8d8eecf80
commit
c3c1cdd1b0
@ -526,7 +526,7 @@ header files as provided by your distribution.</p>
|
||||
<p>The basic tooling is provided as part of the core operating system,
|
||||
but you will most likely need to install developer packages.</p>
|
||||
<p>For apt-based distributions (Debian, Ubuntu, etc), try this:</p>
|
||||
<pre><code>sudo apt-get install build-essential</code></pre>
|
||||
<pre><code>sudo apt-get install build-essential autoconf</code></pre>
|
||||
<p>For rpm-based distributions (Fedora, Red Hat, etc), try this:</p>
|
||||
<pre><code>sudo yum groupinstall "Development Tools"</code></pre>
|
||||
<p>For Alpine Linux, aside from basic tooling, install the GNU versions
|
||||
|
@ -349,7 +349,7 @@ will most likely need to install developer packages.
|
||||
For apt-based distributions (Debian, Ubuntu, etc), try this:
|
||||
|
||||
```
|
||||
sudo apt-get install build-essential
|
||||
sudo apt-get install build-essential autoconf
|
||||
```
|
||||
|
||||
For rpm-based distributions (Fedora, Red Hat, etc), try this:
|
||||
|
Loading…
Reference in New Issue
Block a user