Advertisement
Guest User

Untitled

a guest
Aug 28th, 2011
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. git clone git://source.winehq.org/git/wine.git wine-git
  2. cd wine-git
  3. wget http://dl.dropbox.com/u/6901628/raw2.patch -O /tmp/raw2.patch
  4. git apply /tmp/raw2.patch
  5. ./tools/make_requests
  6. wget http://dl.dropbox.com/u/6901628/remove-GL_ARB_map_buffer_range.patch -O /tmp/remove-GL_ARB_map_buffer_range.patch
  7. git apply /tmp/remove-GL_ARB_map_buffer_range.patch
  8. ./configure
  9. make -j4
  10. sudo make -j4 install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement