Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Line 145: Line 145:
It '''will not''' install any of the dependencies listed above, and will fail if any of them are missing. Install manually as described at [[#Step 1 - Installing the Dependencies|the first step]].<br>
It '''will not''' install any of the dependencies listed above, and will fail if any of them are missing. Install manually as described at [[#Step 1 - Installing the Dependencies|the first step]].<br>
Licence: [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public Licence v2] or (at your option) any later version of the GPL.<br>
Licence: [http://www.gnu.org/licenses/gpl-2.0.html GNU General Public Licence v2] or (at your option) any later version of the GPL.<br>
{{code|<nowiki>
<pre>
#!/bin/bash
#!/bin/bash


Line 174: Line 174:
sudo make install
sudo make install
fi
fi
</nowiki>}}
</pre>


Instructions:
Instructions:

Navigation menu