http://bugs.winehq.org/show_bug.cgi?id=2564
tony_lambregts@telusplanet.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |trivial
------- Additional Comments From tony_lambregts@telusplanet.net 2004-13-11 20:37 ------- How critical is this? A normal install can be done like this:
#./configure #make depend && make #su $make install
wineinstall does the same thing but does it in a script. There is no reason that you can't do this instead.
#./configure #make depend && make #sudo su $make install