Building Dolphin on Linux: Difference between revisions

(Fix the script. Dolphin gets cloned into a "dolphin" folder, not "dolphin-emu", which causes the update step to fail (it will try to clone the main repo always) and the build stage too. So substitute "dolphin-emu" for "dolphin in all instances.)
Line 16: Line 16:
Install all necessary packages by running the following command:
Install all necessary packages by running the following command:


<code>sudo apt-get install cmake git g++ wx2.8-headers libwxbase2.8-dev libwxgtk2.8-dev libwxgtk3.0-dev libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev libsdl2-dev libusb-1.0-0-dev</code>
<code>sudo apt-get install cmake pkg-config git g++ libao-dev libasound2-dev libavcodec-dev libavformat-dev libbluetooth-dev libgtk2.0-dev liblzo2-dev libminiupnpc-dev libopenal-dev libpolarssl-dev portaudio19-dev libpulse-dev libreadline6-dev libsdl2-dev libsfml-dev libsoil-dev libsoundtouch-dev libswscale-dev libusb-1.0-0-dev libwxbase3.0-dev libwxgtk3.0-dev libxext-dev libxrandr-dev zlib1g-dev</code>


===Other Linux Distributions===
===Other Linux Distributions===
Anonymous user