Am 18.12.2014 um 20:03 schrieb J. Roeleveld: >> I >> don't remember the package I need to build so optirun can run correctly >> those games. Any help?
> I would start with the packages with 'compat' in the name. > > Unless someone knows specifically For optirun you don't need any particular 32-bit dependencies, but you need the 32-bit dependencies for the games. The best way to find the dependencies is to install the game and run ldd on the binary. E.g.: ldd /opt/anomaly/anomaly (If that's the name of its binary.) Then find the packages to which the libraries in the output belong and install the corresponding app-emulation/emul-linux-x86-* packages resp. put them into the DEPENDS array of your ebuild. Heiko

