Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. sudo -s
  2. cd /tmp
  3. wget http://winezeug.googlecode.com/svn/trunk/install-wine-deps.sh
  4. sh install-wine-deps.sh
  5. wget http://mirrors.ibiblio.org/wine/source/1.5/wine-1.5.9.tar.bz2
  6. tar xjvf wine-1.5.9.tar.bz2
  7. cd wine-1.5.9/
  8. ./configure
  9. make
  10. make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement