Advertisement
Ember

Dependencies

Apr 28th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. The
  2. code has the following dependencies:
  3.  
  4. Eigen 3 (download from http://eigen.tuxfamily.org)
  5. Boost 1.47 or higher
  6. Qt 4.7 or higher
  7. GLEW 1.7 or higher
  8. F2C (source code and Windows binaries included in Libraries/f2c)
  9. CUDA 3.2 SDK and Toolkit (this must be 3.2, not higher)
  10.  
  11. For CUDA, only version 3.2 is supported. CUDA is only required for training controller -
  12. if you are only interested in synthesis, set NO_CUDA to true in CMake to disable CUDA
  13. during compilation (you will not be able to train controllers). In addition to the above
  14. dependencies, the following dependencies are packaged together with the source code.
  15. A complete copyright notice regarding these packages is included in Section 7:
  16.  
  17. NLOpt optimization library
  18. Vladimir Kolmogorov's QPBO code
  19. Sunil Arya and David Mount's ANN library
  20. Jorge Nocedal's LBFGS implementation (converted using F2C)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement