Update installation instructions in documentation

Fixes: https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/issues/157
This commit is contained in:
Arun Raghavan 2025-09-17 12:22:05 -04:00
parent bba68bdf95
commit ba3c11bb41

View file

@ -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>