From BlenderWiki

Jump to: navigation, search

[edit] What Are They?

Blender depends on several 3rd party libraries for some of its functionality. If you want you can check out the lib module from CVS - lib\YOUR_DEV_PLATFORM . This module contains several directories, each for a different platform for instance windows would be lib\windows. Depending on the platform it contains some prebuilt libraries, but not all are available that way, like the Quicktime SDK.

Alternatively many of blenders supported development platforms come with most of these libraries preinstalled.

[edit] Where Can I Get Them?

If you don't trust binaries built by others, or you are a purity freak, you can of course create these yourself. Below a list of the dependencies needed by Blender:


Note: for the Windows builds Quicktime is expected at basedir/lib/windows/QTDevWin (which contains directories CIncludes and Libraries).







Redirects to fix

  • Hackers Guide/Building → Dev:Doc/Hackers Guide/Building
  • Hackers Guide/Debugging → Dev:Doc/Hackers Guide/Debugging