I am wondering, I have a wine-git folder as I just compiled it-- do I have to remove installed wine and apply patch to wine-git, recompile wine or is there a way to apply the patch to my existing wine? I don't wanna mess it up hehe, thanks!!
I am wondering, I have a wine-git folder as I just compiled it-- do I have to remove installed wine and apply patch to wine-git, recompile wine or is there a way to apply the patch to my existing wine? I don't wanna mess it up hehe, thanks!!
If you build wine in your wine-git folder, you can then use that compiled version by specifying it on the commandline such as:
Okay, so I would leave the existing wine install alone, and just rebuild wine-git with the patch I need and run CNC3 as you indicated?
I'm quite new to the compiling process so for my sake, "make depend && make" is what actually makes wine, and sudo make install just installs it into the system with links and such? So I can just do the make depend && make part right?
Okay, so I would leave the existing wine install alone, and just rebuild wine-git with the patch I need and run CNC3 as you indicated?
Yes
I'm quite new to the compiling process so for my sake, "make depend && make" is what actually makes wine, and sudo make install just installs it into the system with links and such? So I can just do the make depend && make part right?