Dependencies.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Camelot relies on the following 3rd party libraries:
  2. - Boost 1.49
  3. - http://www.boost.org
  4. - Cg 3.1
  5. - http://developer.nvidia.com/cg-toolkit
  6. Place dependency files in:
  7. - Library include files in (CamelotRootDir)/Dependencies/Include
  8. - Static library files in (CamelotRootDir)/Dependencies/lib/Debug and (CamelotRootDir)/Dependencies/lib/Release
  9. - Dynamic library files in (CamelotRootDir)/bin/Debug and (CamelotRootDir)/bin/Release (Possibly others if you define other configuration types)
  10. ----------------------------------------------------------------------------------
  11. Camelot plug-in dependencies:
  12. CamelotFBXImporter (optional) relies on:
  13. - FBX SDK 2013.3
  14. - http://usa.autodesk.com/fbx
  15. CamelotFreeImgImporter (optional) relies on:
  16. - FreeImage 3.13.1
  17. - http://freeimage.sourceforge.net
  18. Place plug-in specific dependency files in:
  19. - Library include files in (CamelotRootDir)/(PluginDir)/Dependencies/Include
  20. - Static library files in (CamelotRootDir)/(PluginDir)/Dependencies/lib/Debug and (CamelotRootDir)/(PluginDir)/Dependencies/lib/Release
  21. - Dynamic library files in (CamelotRootDir)/bin/Debug and (CamelotRootDir)/bin/Release (Possibly others if you define other configuration types)
  22. ----------------------------------------------------------------------------------
  23. Other notes:
  24. - If possible all dependencies should be compiled without unicode or multi-character support, in case you experience any issues when passing strings between
  25. module boundaries.
  26. Listed dependencies have not been provided with the engine source code.
  27. You will need to grab them manually from the specified links,
  28. (compile them, depending if library comes pre-compiled or not),
  29. and place them in the above specified folders.