Some Wine and Hardy

Wine still segfaults on me with Hardy Heron! I’m gonna look if this still works:

Does not work (segfaulting):
mkdir ~/src
cd ~/src
sudo -i
apt-get build-dep wine && apt-get source --build wine

This does work:
mkdir ~/src
cd ~/src
sudo -i
apt-get source wine
cd wine-0.9.55
./configure
make depend && make
sudo make install

(for me)

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment