RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
596 stars 110 forks source link

Windows Build Instructions #191

Open alshain opened 7 years ago

alshain commented 7 years ago

The build instructions for Windows need updating.

Compiling with Visual Studio 2012 does not work because of a using Params = ... in GUIIncludes.h which is not supported by VS2012's compiler. VS13 has an internal compiler error on a variadic template somewhere.

Currently installing VS2017 to see how it goes.

Also, the fetch-depends-windows.bat pulls in depenencies that are intended for VS 12 by grabbing: http://sources.openpht.tv/plex-dependencies/windows-i386-xbmc-vc120.tar.gz

CollinChaffin commented 6 years ago

Did you ever figure this out?