README 985 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Installation
  2. ============
  3. git clone /home/dbv/git/nice/
  4. -source the setenv.sh in the nice-directory (and nowhere else) to setup all necessary variables, relative paths, libraries etc.
  5. -make
  6. Additional Sub-Libraries
  7. =======================
  8. gp-hik-core:
  9. cd ../nice-core/ (goto NICE path)
  10. git clone /home/dbv/git/nice/gp-hik-core/
  11. (*) This module is also available at git-hub. Please replace the clone-command by the corresponding github clone command.
  12. gp-hik-exp:
  13. cd ../nice-core/ (goto NICE path)
  14. git clone /home/dbv/git/nice/gp-hik-exp/
  15. optimization:
  16. cd ../nice-core/ (goto NICE path)
  17. git clone /home/dbv/git/nice/optimization/
  18. vislearning:
  19. cd ../nice/ (goto NICE path)
  20. git clone /home/dbv/git/nice/vislearning/
  21. Known Issues
  22. ============
  23. - fixing the -lg2c problem
  24. => sudo ln -s /usr/lib/libg2c.so.0 /usr/lib/libg2c.so
  25. sudo ln -s /usr/lib64/libg2c.so.0 /usr/lib64/libg2c.so
  26. Requirements
  27. ============
  28. install gfortran ( openSUSE: gcc46-gfortran )
  29. install freeglut-devel