Blame README.win32

Packit a38265
The /Win32 directory contains everything necessary to compile liboggz
Packit a38265
under windows and create:
Packit a38265

Packit a38265
- liboggz.dll
Packit a38265
- oggzdump.exe
Packit a38265
- oggzinfo.exe
Packit a38265
- oggzmerge.exe
Packit a38265
- oggzrip.exe
Packit a38265
- oggzscan.exe
Packit a38265
- oggzvalidate.exe
Packit a38265

Packit a38265
Building with the Makefile
Packit a38265
==========================
Packit a38265

Packit a38265
Here's what you need to do:
Packit a38265

Packit a38265
1) Install libogg.dll.
Packit a38265
   (you can get it from http://www.xiph.org/ogg/vorbis/ ).
Packit a38265

Packit a38265
2) cd win32 subdirectory
Packit a38265

Packit a38265
3) Use "nmake" to create library and executable.
Packit a38265

Packit a38265
4) Install oggzdump, oggzinfo, oggzed, liboggz.dll and the
Packit a38265
   include files from the /include/oggz/ directory.
Packit a38265

Packit a38265

Packit a38265
Visual Studio.NET 2003 Installation
Packit a38265
===================================
Packit a38265

Packit a38265
IMPORTANT: The solution files were built for VS.NET 2003 and can't be
Packit a38265
opened by VS.NET 2002. If you use VS.NET 2002 you should use the VS6
Packit a38265
workspace files and they will be automatically converted to the new
Packit a38265
format.
Packit a38265

Packit a38265
Also included in the solution is a setup and deployment project that
Packit a38265
will package and create an installer for the binary output of this
Packit a38265
project.
Packit a38265

Packit a38265
You will need to install the libogg library separately. If you wish to
Packit a38265
create a debug build and wish to have the debugger load the symbols
Packit a38265
for this library, you should also include the project source files. By
Packit a38265
default the compiler and linker will look for them in the same parent
Packit a38265
directory as liboggz. However you can install them wherever you choose
Packit a38265
and must modify the include directories for the linker and compiler in
Packit a38265
your projects properties.
Packit a38265

Packit a38265

Packit a38265
Visual Studio Version 6 Installation
Packit a38265
====================================
Packit a38265
NOTE: For lack of platform, we were not able to keep the Visual 
Packit a38265
Studio Version 6 project files up-to-date. Send us an updated version 
Packit a38265
if you're using these.