Difference between revisions of "Compiling Instructions"
(msvc++ info updated) |
(→Windows) |
||
Line 10: | Line 10: | ||
== Windows == | == Windows == | ||
− | === Visual C++ 2008 === | + | === Visual C++ 2008 / 2010 / 2012 === |
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. | ||
− | + | All the depending librraries (ogg, vorbis, theora) have been included in the source code distribution. | |
− | |||
=== MinGW === | === MinGW === | ||
+ | |||
+ | MinGW support has been discontinued due to lack of time. The original MinGW solution was made via "CodeLite" projects. If anyone is interested in maintaining this, contact me. | ||
== Linux == | == Linux == |
Revision as of 04:14, 3 January 2014
Contents
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 / 2010 / 2012
The project contains a visual c++ solution file (libtheoraplayer.sln) used to compile the plugin. All the depending librraries (ogg, vorbis, theora) have been included in the source code distribution.
MinGW
MinGW support has been discontinued due to lack of time. The original MinGW solution was made via "CodeLite" projects. If anyone is interested in maintaining this, contact me.