Max wrote:
I downloaded complete CVS wine repository, but the instructions on how to use CVSUP to mantain it up to date are not complete (for me at least !). Can anybody explain me how to do it ?
Thanx in advance
Max
When I update from CVS I use
cvs update -PAd ./configure make depend && make su make install
The configure is optional if no makefiles have been changed.
Tony Lambregts