Building Dolphin on Linux: Difference between revisions

m
→‎Step 3 - Building Dolphin: Changed the make command so that it matches the GitHub command.
(→‎18.04 LTS and up: libusb-1.0.0-dev to libusb-1.0-0-dev per dh921 in #dolphin-emu)
m (→‎Step 3 - Building Dolphin: Changed the make command so that it matches the GitHub command.)
Line 74: Line 74:
From here build and install in the standard make way.
From here build and install in the standard make way.


<code>make
<code>make -j$(nproc)


sudo make install</code>
sudo make install</code>