Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
→‎16.04 (LTS): package mirror is broken, added workaround
(→‎16.04 (LTS): package mirror is broken, added workaround)
Line 52: Line 52:


<pre>sudo apt-get install git cmake pkg-config libao-dev libasound2-dev libavcodec-dev libavformat-dev libbluetooth-dev libenet-dev libgtk2.0-dev liblzo2-dev libminiupnpc-dev libopenal-dev libpulse-dev libsfml-dev libsoil-dev libsoundtouch-dev libswscale-dev libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-dev libxext-dev libxrandr-dev portaudio19-dev libudev-dev libevdev-dev libmbedtls-dev libreadline-dev</pre>
<pre>sudo apt-get install git cmake pkg-config libao-dev libasound2-dev libavcodec-dev libavformat-dev libbluetooth-dev libenet-dev libgtk2.0-dev liblzo2-dev libminiupnpc-dev libopenal-dev libpulse-dev libsfml-dev libsoil-dev libsoundtouch-dev libswscale-dev libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-dev libxext-dev libxrandr-dev portaudio19-dev libudev-dev libevdev-dev libmbedtls-dev libreadline-dev</pre>
You may encounter an issue with <pre>libudev-dev</pre> being the wrong version for the installed <pre>libudev1</pre> package. This is a reported bug with no progress. The workaround is to install libudev1, check the version number (i.e 229-4ubuntu6), then find a version of libudev-dev with the same version number on the [http://packages.ubuntu.com/search?keywords=libudev-dev Ubuntu package mirror search page], and follow the links to download the package from a local mirror. Then use <pre>sudo dpkg -i filename.dev</pre> to install the package.


===Fedora===
===Fedora===

Navigation menu