If you are in the directory of the Wine version that you just compiled (e.g. by having run make depend && make), then you may now install this Wine version by running as root:
# make install |
This will copy the Wine binary files to their final destination in your system. You can then proceed to the Configuration chapter to configure the Wine environment.
If instead you want to uninstall the currently installed Wine source code version, then change to the main directory of this version and run as root:
# make uninstall |