Skip to content

Instantly share code, notes, and snippets.

/*
* fixHeight - jQuery Plugin
* http://www.starryworks.co.jp/blog/tips/javascript/fixheightjs.html
*
* Author Koji Kimura @ STARRYWORKS inc.
* http://www.starryworks.co.jp/
*
* Licensed under the MIT License
*
*/
@soundkitchen
soundkitchen / install_opencv.sh
Created December 9, 2012 08:15
Amazon Linux AMI に OpenCV インスコしてみた。
# run as root
yum update
yum install gcc gcc-c++ make cmake
reboot
# run also as root
mkdir -p src/opencv
cd src
curl -O http://jaist.dl.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.3/OpenCV-2.4.3.tar.bz2
tar jxf OpenCV-2.4.3.tar.bz2