How to install from archive binary file?
http://askubuntu.com/questions/55848/how-do-i-install-oracle-java-jdk-7
Instructions in official website?
http://docs.oracle.com/javase/7/docs/webnotes/install/linux/linux-jdk.html#general
Showing posts with label install. Show all posts
Showing posts with label install. Show all posts
Wednesday, May 16, 2012
Saturday, February 4, 2012
OpenGL Setup
How to use opengl:
http://cacs.usc.edu/education/cs596/OGL_Setup.pdf
http://cacs.usc.edu/education/cs596/OGL_Setup.pdf
How-to: Successfully Install Kinect on Windows (OpenNI and NITE)
http://www.codeproject.com/Articles/148251/How-to-Successfully-Install-Kinect-on-Windows-Open
http://kheresy.wordpress.com/2010/12/25/use_kinect_on_windows/ (in chineses)
Be careful when you comiple opencv with CMake, especially the last one. The directory is not the binary directory within openni, otherwise is the directory within primesensor:
set(OPENNI_LIB_DESCR "Path to the directory of OpenNI libraries" CACHE INTERNAL "Description" )
set(OPENNI_INCLUDE_DESCR "Path to the directory of OpenNI includes" CACHE INTERNAL "Description" )
set(OPENNI_PRIME_SENSOR_MODULE_BIN_DESCR "Path to the directory of PrimeSensor Module binaries" CACHE INTERNAL "Description" )
http://kheresy.wordpress.com/2010/12/25/use_kinect_on_windows/ (in chineses)
Be careful when you comiple opencv with CMake, especially the last one. The directory is not the binary directory within openni, otherwise is the directory within primesensor:
set(OPENNI_LIB_DESCR "Path to the directory of OpenNI libraries" CACHE INTERNAL "Description" )
set(OPENNI_INCLUDE_DESCR "Path to the directory of OpenNI includes" CACHE INTERNAL "Description" )
set(OPENNI_PRIME_SENSOR_MODULE_BIN_DESCR "Path to the directory of PrimeSensor Module binaries" CACHE INTERNAL "Description" )
Subscribe to:
Posts (Atom)