Building Dolphin on Linux: Difference between revisions

Line 44: Line 44:
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>
<code>cmake -Dbindir=../Binary/Linux -Ddatadir=../Binary/Linux  ..</code>
<code>cmake -Dbindir=../Binary/Linux -Ddatadir=../Binary/Linux  ..</code>
==Step 4 - Run Dolphin!==
You can run dolphin from anywhere by typing:<br>
<code>dolphin-emu</code>
If you changed the prefix and $prefix/bin is not in your path, then you will have to precede this with the path to the executable.


==Addendum A - dependencies==
==Addendum A - dependencies==
33

edits