Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
(Update build instructions for evdev)
No edit summary
Line 20: Line 20:
<pre>sudo add-apt-repository ppa:kalakris/cmake
<pre>sudo add-apt-repository ppa:kalakris/cmake


There is no ppa for libevdev-dev, so you will need to build libevdev from source, or disable the evdev backend (cmake .. -DENABLE_EVDEV=OFF -DENABLE_SDL=ON)
sudo apt-get update</pre>


sudo apt-get update</pre>
There is no ppa for libevdev-dev, so you will need to build libevdev from source, or disable the evdev backend (<code>cmake .. -DENABLE_EVDEV=OFF -DENABLE_SDL=ON</code>)


Now, install all necessary packages by running the following command:
Now, install all necessary packages by running the following command: