www.pudn.com > vls-0.5.6.rar > README.win32
How to build VLS under Windows ------------------------------ DISCLAIMER: the windows port of the VideoLAN Server is experimental ! Please report any bug to vls-devel@videolan.org. With Microsoft Visual C++ .NET ------------------------------ You have to rename some files before doing anything: src\server\config.h.win -> src\server\config.h src\server\vls_builtins.cpp.win -> src\server\vls_builtins.cpp src\core\defs.h.win -> src\core\defs.h You have to link dvbpsi with vls. All the needed files can be found in ftp://ftp.videolan.org/pub/videolan/libdvbpsi/0.1.1/win/dvbpsi_win32.zip (uncompress it in the root vls directory) Then open the project file 'vls.sln' and build it. -- Cyril DeguetDamien Lucas