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

Difference between revisions of "Tremor"

From WiiBrew
Jump to navigation Jump to search
(←Created page with '{{Infobox development tools | title = Tremor | image = | type = | author = | maintainer = | contributor = | portedby = | version = | lic...')
 
 
Line 32: Line 32:
 
in the source directory to build and
 
in the source directory to build and
 
  make install
 
  make install
to automagically install it to your libogc folder!
+
to automagically install it to your devkitPPC folder!
  
  
 
For the curious here's a list of the installed files:
 
For the curious here's a list of the installed files:
  libogc\
+
  devkitPPC\
 
  +- include\
 
  +- include\
 
  +-- tremor\
 
  +-- tremor\
Line 45: Line 45:
 
  +--- os_types.h
 
  +--- os_types.h
 
  +- lib\
 
  +- lib\
  +-- wii\
+
  +-- libvorbisidec.a
+--- libvorbisidec.a
 
  
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Latest revision as of 01:39, 8 March 2012

Tremor
General
LicenceXiph.org
Links
Download
Website
Source

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 devkitPPC folder!


For the curious here's a list of the installed files:

devkitPPC\
+- include\
+-- tremor\
+--- config_types.h
+--- ivorbiscodec.h
+--- ivorbisfile.h
+--- ogg.h
+--- os_types.h
+- lib\
+-- libvorbisidec.a