Dependencies.txt 688 B

1234567891011121314
  1. Camelot relies on following 3rd party libraries:
  2. - Boost 1.49 (Later versions might work as well, but you need to test it on your own)
  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 /Dependencies/Include
  8. - Static library files in /Dependencies/lib/Debug and /Dependencies/lib/Release
  9. - Dynamic library files in /bin/Debug and /bin/Release (Possibly others if you define other configuration types)
  10. Listed dependencies have not been provided with the engine source code.
  11. You will need to grab them manually from the specified links, and place them
  12. in the above specified folders.