~ubuntu-branches/ubuntu/hoary/liboggz/hoary

« back to all changes in this revision

Viewing changes to README.win32

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Wilkinson
  • Date: 2004-04-13 21:48:13 UTC
  • Revision ID: james.westby@ubuntu.com-20040413214813-oq1cjx1n49vvqrcf
Tags: upstream-0.8.2
ImportĀ upstreamĀ versionĀ 0.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The /Win32 directory contains everything necessary to compile liboggz
 
2
under windows and create:
 
3
 
 
4
- liboggz.dll
 
5
- oggzdump.exe
 
6
- oggzinfo.exe
 
7
- oggzed.exe
 
8
 
 
9
Building with the Makefile
 
10
==========================
 
11
 
 
12
Here's what you need to do:
 
13
 
 
14
1) Install libogg.dll.
 
15
   (you can get it from http://www.xiph.org/ogg/vorbis/ ).
 
16
 
 
17
2) cd win32 subdirectory
 
18
 
 
19
3) Use "nmake" to create library and executable.
 
20
 
 
21
4) Install oggzdump, oggzinfo, oggzed, liboggz.dll and the
 
22
   include files from the /include/oggz/ directory.
 
23
 
 
24
 
 
25
Visual Studio.NET 2003 Installation
 
26
===================================
 
27
 
 
28
IMPORTANT: The solution files were built for VS.NET 2003 and can't be
 
29
opened by VS.NET 2002. If you use VS.NET 2002 you should use the VS6
 
30
workspace files and they will be automatically converted to the new
 
31
format.
 
32
 
 
33
Also included in the solution is a setup and deployment project that
 
34
will package and create an installer for the binary output of this
 
35
project.
 
36
 
 
37
You will need to install the libogg library separately. If you wish to
 
38
create a debug build and wish to have the debugger load the symbols
 
39
for this library, you should also include the project source files. By
 
40
default the compiler and linker will look for them in the same parent
 
41
directory as liboggz. However you can install them wherever you choose
 
42
and must modify the include directories for the linker and compiler in
 
43
your projects properties.
 
44
 
 
45
 
 
46
Visual Studio Version 6 Installation
 
47
====================================
 
48
 
 
49
There is also a Visual C++ V 6.0 workspace file in the Win32 directory
 
50
in case you have not upgraded to Visual Studio.NET.