In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
1,317 bytes added ,  01:24, 8 March 2012
←Created page with '{{Infobox development tools | title = Tremor | image = | type = | author = | maintainer = | contributor = | portedby = | version = | lic...'
{{Infobox development tools
| title = Tremor
| image =
| type =
| author =
| maintainer =
| contributor =
| portedby =
| version =
| licence = Xiph.org
| download = http://code.google.com/p/tremor-wii/downloads/detail?name=bin-tremor-wii.zip
| website = http://code.google.com/p/tremor-wii/
| discussion =
| source = http://code.google.com/p/tremor-wii/downloads/detail?name=src-tremor-wii.zip
}}

This is the compilation of '''Tremor''' which is used in the oggplayer example in devkitPPC.

To use this in your project you need to add -lvorbisidec to your linker.


== Compilation and Installation ==

Download the source code:
svn checkout http://tremor-wii.googlecode.com/svn/trunk/ tremor-wii-read-only

'''OR''' you can download the zip file linked in the download section (or in the infobox above).


Assuming you have make in your PATH and devkitPro properly installed all you'll need to do is run
make
in the source directory to build and
make install
to automagically install it to your libogc folder!


For the curious here's a list of the installed files:
libogc\
+- include\
+-- tremor\
+--- config_types.h
+--- ivorbiscodec.h
+--- ivorbisfile.h
+--- ogg.h
+--- os_types.h
+- lib\
+-- wii\
+--- libvorbisidec.a

[[Category:Libraries]]
10

edits

Navigation menu