Difference between revisions of "Tremor"
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 | + | 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: | ||
− | + | devkitPPC\ | |
+- include\ | +- include\ | ||
+-- tremor\ | +-- tremor\ | ||
Line 45: | Line 45: | ||
+--- os_types.h | +--- os_types.h | ||
+- lib\ | +- lib\ | ||
− | + | + | +-- libvorbisidec.a |
− | |||
[[Category:Libraries]] | [[Category:Libraries]] |
Latest revision as of 01:39, 8 March 2012
Tremor | |
General | |
---|---|
Licence | Xiph.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