Changes between Version 32 and Version 33 of BuildInstructions


Ignore:
Timestamp:
Jul 18, 2009, 4:55:00 PM (15 years ago)
Author:
Philip Taylor
Comment:

explain S3TC warnings

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v32 v33  
    103103 * If you get linker errors like '''`multiple definition of '(anonymous namespace)::_1'`''', particularly when using GCC 4.1, try running `./update-workspaces.sh --without-pch` and then `cd gcc; make clean` and rebuild.
    104104
     105 * If you get '''Performance warning: your graphics card does not support compressed textures''' when starting the game, it is an issue with [http://dri.freedesktop.org/wiki/S3TC S3TC texture compression]. You might be able to solve it by installing the `libtxc_dxtn` library, in a distro-specific way.
     106
    105107=== Installing thread-safe !SpiderMonkey ===
    106108