TrustedUser
574
edits
(Added some basic NDS build instructions (partially based on Neil's homepage)) |
(Remove outdated instructions on getting ScummVM source code.) |
||
Line 1: | Line 1: | ||
== Compiling ScummVM for Nintendo DS under Linux == | == Compiling ScummVM for Nintendo DS under Linux == | ||
== Getting the source == | |||
* Open a Terminal and type: | |||
<pre>git clone git://github.com/scummvm/scummvm.git</pre> | |||
== Tools/libraries needed == | == Tools/libraries needed == | ||
Line 13: | Line 18: | ||
== Compiling ScummVM == | == Compiling ScummVM == | ||
Enter the <code>backends/platform/ds</code> folder and type: | Enter the <code>backends/platform/ds</code> folder and type: | ||
Line 29: | Line 32: | ||
make allbuildssafe | make allbuildssafe | ||
</syntax> | </syntax> | ||
== Further reading == | == Further reading == | ||
* [http://forums.scummvm.org/viewtopic.php?t=3478 Forum thread "Compile Directions"] | * [http://forums.scummvm.org/viewtopic.php?t=3478 Forum thread "Compile Directions"] | ||
* [http://forums.scummvm.org/viewtopic.php?t=7535 Forum thread "version of devkitpro needed to compile 13.1"] | * [http://forums.scummvm.org/viewtopic.php?t=7535 Forum thread "version of devkitpro needed to compile 13.1"] |