diff options
author | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
---|---|---|
committer | Tim Champagne <tchamp@users.sourceforge.net> | 2003-05-26 13:57:51 +0000 |
commit | a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f (patch) | |
tree | 110bd7e2e50be8b977bc8ba2f6cd9164b431a982 /win32/README | |
parent | df2a3a3ab0a017b0ab97974fadbbf3430a771325 (diff) | |
download | xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.gz xine-lib-a102f5ae36dbe97bccfb5151626fd7ca01f3ab1f.tar.bz2 |
Win32 cleanup (a couple things would not build correctly). Also added a README file for building instructions.
CVS patchset: 4946
CVS date: 2003/05/26 13:57:51
Diffstat (limited to 'win32/README')
-rwxr-xr-x | win32/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/win32/README b/win32/README new file mode 100755 index 000000000..b84c9c330 --- /dev/null +++ b/win32/README @@ -0,0 +1,29 @@ +Checkout CVS source code: +------------------------ + +- Using Cygwin or another cvs tool checkout the xine-lib source code from CVS. (If you are using Cygwin make sure that the drive in which you are checking out +to is mounted in textmode) + +Steps for building Xine using MSVC: +---------------------------------- + +- The autogen/make feature does not work for MSVC. You must generate the proper auto-generated using the autogen.sh script. This script can be run from a Cygwin/MinGW shell window. This script will generate the proper files including xine.h, config.h (a hand generated config.h file exists for MSVC in the win32 dir) + +- Open up the xine.dsw workspace/project in MSVC. + +- Unless you have a project file to build css you must select Cancel when prompted for the libdvdcss.dsp file. + +- Click on the FileView tab. + +- Build the following projects in this order: + libxinesuppt + libxineutils + libxine + libdvdnav + +- Next build any desired plugins (decoders/demuxers ...). The ao_out_directx and vo_out_directx are required for Win32. There is an option to use the vo_out_sdl but a sdl.dll must be present for that to take place. There have also been some issues observed with the directX video driver on some machines. +NOTE: Project xineplug_dmx_asf currently does not build correctly. + +- Lastly build the xineui project. + +- You are now ready to run/debug Xine. |