Difference between revisions of "Compiling Instructions"

From Theora Playback Library
Jump to: navigation, search
(Created page with '== Dependencies == * '''[http://xiph.org/ogg/ libogg]''' * '''[http://xiph.org/vorbis/ libvorbis]''' * '''[http://xiph.org/theora/ libtheora]''' You can compile them either as s…')
 
(msvc++ info updated)
Line 12: Line 12:
 
=== Visual C++ 2008 ===
 
=== Visual C++ 2008 ===
 
The project contains a visual c++ solution file (libtheoraplayer.sln) used to compile the plugin.
 
The project contains a visual c++ solution file (libtheoraplayer.sln) used to compile the plugin.
As for dependencies include and lib files, I find it best to put their files & folders in the projects include/ & lib/ folders.
+
As for dependencies include and lib files, I find it best to put their files & folders in the projects include/ & projects/*/lib/ folders.
  
 +
Precompiled dependency package for msvc++ is available in the [https://sourceforge.net/projects/libtheoraplayer/files/ downloads] section.
 
=== MinGW ===
 
=== MinGW ===
  

Revision as of 15:57, 28 August 2010

Dependencies

You can compile them either as static or dynamic libraries, depending on your project's preferences. Compiling these libraries is very easy and straightforward.


Windows

Visual C++ 2008

The project contains a visual c++ solution file (libtheoraplayer.sln) used to compile the plugin. As for dependencies include and lib files, I find it best to put their files & folders in the projects include/ & projects/*/lib/ folders.

Precompiled dependency package for msvc++ is available in the downloads section.

MinGW

Linux

GCC

MacOS X

i386

PowerPC