561
edits
(Use the source tag for bash commands) |
(→Configuring ScummVM: Mention --no-keep-memory option for linking on systems with low memory.) |
||
Line 21: | Line 21: | ||
== Configuring ScummVM == | == Configuring ScummVM == | ||
Run the configure script - type "./configure" in the directory with the ScummVM source files. If no errors come up, you should be ready to compile ScummvM. Run "./configure --help" for a list of optional features (eg additional, not yet enabled engines). | Run the configure script - type "./configure" in the directory with the ScummVM source files. If no errors come up, you should be ready to compile ScummvM. Run "./configure --help" 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. | |||
== Compiling ScummVM == | == Compiling ScummVM == |
edits