276
edits
m (→Libraries) |
|||
Line 10: | Line 10: | ||
== Compiling == | == Compiling == | ||
Run the configure script. | |||
* type | |||
<syntaxhighlight lang="bash"> | |||
sh ./configure | |||
</syntaxhighlight> | |||
in the directory with the ScummVM source files. | |||
If no errors come up, you should be ready to compile ScummvM. | |||
* run | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sh | sh ./configure --help | ||
./configure | |||
</syntaxhighlight> | </syntaxhighlight> | ||
for a list of optional features (eg additional, not yet enabled engines). | |||
Note: | |||
If you are building ScummVM on a system with low main memory (for example, lower than 256MB), you might run out of memory during linking. If you use GNU ld for compiling you can try exporting LDFLAGS="-Wl,--no-keep-memory" before running configure. This tells GNU ld to optimize for memory usage. | |||
== Cross-compiling ScummVM for the AmigaOS with Cygwin == | == Cross-compiling ScummVM for the AmigaOS with Cygwin == |
edits