lundi 22 février 2016
Hound the last hope.... I am in the TOP 50 for week 15-Feb-2016 ~21-Feb-2016
Par david techer, lundi 22 février 2016 à 15:18 :: Linux Gaming



Aller au contenu | Aller au menu | Aller à la recherche
lundi 22 février 2016
Par david techer, lundi 22 février 2016 à 15:18 :: Linux Gaming
lundi 15 février 2016
Par david techer, lundi 15 février 2016 à 13:37 :: Linux Gaming
Game works pretty well with Gallium Nine.
Using Winetricks you should just have to install vcrun2005. But while I was trying to launch the installer I noticed that installer wanted to install VCRUN2015 SP1. So I stop the installation and I just run
winetricks -q vcrun2015 vcrun2005 allfontsAfter that I re-launched the installer. I just installed vcrun2015 for the peace of Mind.
mardi 9 février 2016
Par david techer, mardi 9 février 2016 à 12:13 :: Linux Gaming
A few instructions to build everything
wget "https://dl.winehq.org/wine/source/1.9/wine-1.9.3.tar.bz2" wget "https://github.com/wine-compholio/wine-staging/archive/v1.9.3.tar.gz" git clone https://aur.archlinux.org/wine-gaming-nine.git/ tar xjf wine-1.9.3.tar.bz2 cd wine-1.9.3 tar xvf ../v1.9.3.tar.gz -C . --strip-components 1 ./patches/patchinstall.sh DESTDIR="$(pwd)" --all patch -p1 < ../wine-gaming-nine/nine-1.9.1.patch patch -p1 < ../wine-gaming-nine/steam.patch patch -p1 < ../wine-gaming-nine/mipmap.patch patch -p1 < ../wine-gaming-nine/heap_perf.patch patch -p1 < ../wine-gaming-nine/wbemprox_query_v2.patch patch -p1 -R < ../wine-gaming-nine/keybindings.patch autoreconf -f PKG_CONFIG_PATH=/opt/gstreamer/1.6.3/lib/pkgconfig/ \ ./configure \ $(echo -n $(./configure --help|grep -E ' \-\-with'|grep -vE '(PACKAGE|\-wine)'|sed -e "s:without:with:g;s:with-hal:without-hal:g"|awk '{print $1}'))