hi,
where are you exactly now on the compilation part? if you still havent started then you basically need to install gcc (the compiler) and all its dependencies (urpmi gcc should work).
the easiest compile route for now is to either download the daily srpm (source rpm) at
http://wine.dataparty.no/ and just do the following as root
CODE
# rpmbuild --rebuild <name of wine srpm>
. after that (assuming you have all dependencies) you should have a wine rpm at /etc/src/RPM/<architecture> (or somewhere in that vicinity) which you can use to install wine via rpm.
im talking funny right now because scape has a good tutorial in his site that you can use as a base and i dont see the worth of repeating it all over again. i cant find the link to it in the weblinks section so we will have to wait till somebody here provides a link. :(
or you can just download the precompiled rpm at the dataparty site and just install it as is.

ciao!