Get the sources from cvs repository at transgaming:
1. cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login
2. When prompted for the password enter “cvs”
3. cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co winex
Compilation
Make it so:
./configure –prefix=/opt/winex –with-x –disable-trace –enable-opengl –disable-debug
make depend
make
make install
Hints from the German WineX Howto [ this faq/howto looks really good, just follow the steps as outlined there ]
Use cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co -r winex-3-2 winex to get winx 3.2 instead of the latest (most unstable) version.
On current testing/unstable debian there is a problem with flex: apt-get install flex-old fixes this.
Packages I installed (not all might be needed)
apt-get install xlibmesa-dev xlibmesa-gl-dev xlibs-dev libxcursor-dev