http://bugs.winehq.org/show_bug.cgi?id=17809
oz oolivo25@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |oolivo25@gmail.com
--- Comment #48 from oz oolivo25@gmail.com 2009-06-08 23:27:32 --- (In reply to comment #27)
(In reply to comment #26) I setup a wine repository with useful Warcraft 3 patches here: http://repo.or.cz/w/wine/warcraft3.git
Besides my patch it also contains a patch which works around bug 9787.
The url to clone/fetch from is: git://repo.or.cz/wine/warcraft3.git
e.g. to build WINE with the patches and run warcraft 3 you could enter the following commands: cd git clone git://repo.or.cz/wine/warcraft3.git wine-war3 cd wine-war3 ./configure --with-gnutls && make depend && make ./wine "c:\Program Files\Warcraft III\Frozen Throne.exe"
Much faster, but also more difficult is the fetching of the changes into your checked out wine repository. git remote add warcraft3 git://repo.or.cz/wine/warcraft3.git git fetch warcraft3
And if you know what you do then you can reset the current branch to it with: git reset --hard warcraft3/master
i tried to get the repository using the commands u outlined but i get an X error during the compilation saying that i need X support but dont have the libraries for Xlib or Xfree86. any help?