Building Dolphin on Linux: Difference between revisions

m (Added tutorials category)
Line 38: Line 38:
<br/>
<br/>
From here build and install in the standard make way.<br/>
From here build and install in the standard make way.<br/>
<code>make && make install</code>
<code>make</code>
<code>sudo make install</code>


Note that you may need superuser privileges for the last command.<br/>
Note that you need superuser privileges for the last command.<br/>
<br/>
<br/>
If you must insist on having the "local" build setup from the deprecated scons build you can configure the build with the following command.<br/>
If you must insist on having the "local" build setup from the deprecated scons build you can configure the build with the following command.<br/>
33

edits