Comment 16 for bug 1104373

Revision history for this message
Erich E. Hoover (ehoover) wrote :

There are two things you should know:
1) You'll need to apply all the patches every time you move between commits ( patches: http://www.compholio.com/wine-compholio/#patches )
2) If you want to just run "netflix-desktop" like normal you'll need to configure the compile to install to the correct place:
./configure --prefix=/opt/wine-compholio

That should really be everything you need to do, I would recommend downloading the combined patch ( wine-compholio_1.5.24.patch.gz ) and then, after extracting, using the following sequence at each commit step:
patch -p1 < wine-compholio_1.5.24.patch; make && make install; netflix-desktop; patch -p1 -R < wine-compholio_1.5.24.patch

Please let me know if you have any questions. I'm sorry this is a little complicated, if I could test it for you then I would.