[xiph-cvs] cvs commit: vorbis README

Monty xiphmont at xiph.org
Tue Nov 21 22:22:18 PST 2000



xiphmont    00/11/21 22:22:18

  Modified:    .        README
  Log:
  Add MacOS 9 build updates.
  
  Monty

Revision  Changes    Path
1.8       +21 -1     vorbis/README

Index: README
===================================================================
RCS file: /usr/local/cvsroot/vorbis/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README	2000/11/08 08:45:30	1.7
+++ README	2000/11/22 06:22:18	1.8
@@ -121,4 +121,24 @@
 make dist
 rpm -ta libvorbis-<version>.tar.gz
 
-$Id: README,v 1.7 2000/11/08 08:45:30 jack Exp $
+BUILDING ON MACOS 9:
+
+Vorbis on MacOS 9 is built using CodeWarrior 5.3.  To build it, first
+verify that the Ogg libraries are already built following the
+instructions in the Ogg module README.  Open vorbis/mac/libvorbis.mcp,
+switch to the "Targets" pane, select everything, and make the project.
+Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
+that order).  vorbis/mac/Output you will now have both debug and final
+versions of Vorbis shared libraries to link your projects against.
+
+To build a project using Ogg Vorbis, add access paths to your
+CodeWarrior project for the ogg/include, ogg/mac/Output,
+vorbis/include, and vorbis/mac/Output folders.  Be sure that
+"interpret DOS and Unix paths" is turned on in your project; it can
+be found in the "access paths" pane in your project settings.  Now
+simply add the shared libraries you need to your project (OggLib and
+VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
+wherever you need to acces Ogg and Vorbis functionality.
+
+
+$Id: README,v 1.8 2000/11/22 06:22:18 xiphmont Exp $

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list