mirror of
https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git
synced 2025-12-20 04:10:03 +01:00
Update installation instructions in documentation
Fixes: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/issues/157
This commit is contained in:
parent
bba68bdf95
commit
ba3c11bb41
1 changed files with 9 additions and 5 deletions
|
|
@ -222,11 +222,15 @@ most Linux distributions.</p>
|
||||||
|
|
||||||
<h2><a name="installation">Installation</a></h2>
|
<h2><a name="installation">Installation</a></h2>
|
||||||
|
|
||||||
<p>As this package is made with the GNU autotools you should run
|
<p>The easiest way to get <tt>pavucontrol</tt> is from <a href="https://flathub.org/en/apps/org.pulseaudio.pavucontrol">Flathub</a>, or through your distribution's package manager.</p>
|
||||||
<tt>./configure</tt> inside the distribution directory for configuring
|
|
||||||
the source tree. After that you should run <tt>make</tt> for
|
<p>For building and running the code locally (assuming you have all the required dependencies available), clone the git repository or unpack the source tarball, and inside the source directory:</p>
|
||||||
compilation and <tt>make install</tt> (as root) for installation of
|
|
||||||
<tt>pavucontrol</tt>.</p>
|
<ul>
|
||||||
|
<li><tt>meson setup build</tt></li>
|
||||||
|
<li><tt>ninja -C build</tt></li>
|
||||||
|
<li><tt>./build/src/pavucontrol</tt></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2><a name="download">Download</a></h2>
|
<h2><a name="download">Download</a></h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue