readme.txt 514 B

123456789101112131415161718192021
  1. notes on porting NICE to WIN using CMAKE:
  2. ------------------------------------------
  3. porting core/basics/timer.h/cpp
  4. highly unix dependend
  5. better use 3rd party time functionality for now()
  6. better use
  7. boost::timer ??
  8. ---------------------------
  9. stringtools highly os dependented
  10. ->recursive dir scan with "ls -r" syntax!!
  11. use 3rd party lib like boost oder qt
  12. use boost regex for regex syntax in stringtools::regex bla
  13. ################################
  14. defs to care about
  15. NICE_USELIB_CUDACHOLESKY
  16. NICE_USELIB_IPP