TrustedUser
574
edits
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
(→Rebuilding Toolchain Libraries: Added note on MinGW toolchain patches to sdl-config / pkg-config output) |
||
Line 93: | Line 93: | ||
* /opt/toolchains is actually a symlink to the real location of the external storage drive, but /opt/toolchains should be used in all configuration to ensure that this can be freely moved in future if necessary. | * /opt/toolchains is actually a symlink to the real location of the external storage drive, but /opt/toolchains should be used in all configuration to ensure that this can be freely moved in future if necessary. | ||
* Check for any platform specific library build instructions at the relevant page [[Compiling_ScummVM|here]]. | |||
libSDL: | libSDL: | ||
Line 137: | Line 139: | ||
make install | make install | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* IMPORTANT: If installing libSDL for Win32 / Win64 MinGW toolchains, please check the note [[Compiling_ScummVM/MinGW#SDL|here]] and make the relevant fixes to bin/sdl-config and lib/pkg-config/sdl2.pc etc. |