Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
m
The "optional" dependencies are no longer "optional" when building from the latest git.
m (→‎Step 3 - Building Dolphin: Minor improvement to clarity of previous edit)
m (The "optional" dependencies are no longer "optional" when building from the latest git.)
Line 35: Line 35:
These dependencies must be installed.
These dependencies must be installed.


<pre>dnf install cmake git gcc-c++ libXext-devel libgudev gtk+-devel wxGTK-devel systemd-devel openal-soft-devel libevdev-devel</pre>
<pre>dnf install cmake git gcc-c++ libXext-devel libgudev gtk+-devel wxGTK-devel systemd-devel openal-soft-devel libevdev-devel \
libao-devel SOIL-devel libXrandr-devel pulseaudio-libs-devel bluez-libs-devel libusb-devel </pre>


These dependencies are optional, but as noted below if you want full features you'll want to install them too.
The following dependencies are best from [https://rpmfusion.org/ RPM Fusion] and may not be provided in Fedora repos.
<pre>dnf install libao-devel SOIL-devel libXrandr-devel pulseaudio-libs-devel bluez-libs-devel libusb-devel</pre>
 
These dependencies are best from [https://rpmfusion.org/ RPM Fusion] and may not be provided in Fedora repos.
<pre>dnf install ffmpeg ffmpeg-devel</pre>
<pre>dnf install ffmpeg ffmpeg-devel</pre>


Navigation menu