sudo apt-get build-dep wine
mkdir wine
cd wine
git clone git://source.winehq.org/git/wine.git wine
cd wine
autoconf
CFLAGS="-mtune=athlon64 -march=native -O2" LDFLAGS="-s" \
./configure \
--prefix=/usr \
--with-x \
--with-opengl \
--without-openal
make depend && make
sudo checkinstall -D -y --fstrans=no --install=yes --pkgname=wine --pkgversion=1.35git --pkgrelease="at'date"
Сообщение отредактировал lamarque: 17 October 2010 - 21:34

Вход
Регистрация



Наверх


