Though I'm not that familiar with git (a version control)
but I still find something good to help us use git better
like you can have the command autocomplete in Mac's terminal
or mark the filename and give it a different color so that we can check immediately
[wp_ad_camp_2]
2012年3月25日 星期日
2012年3月23日 星期五
Using OpenCV 2.3.1a in Xcode 4
I'm now using Mac OS X to writing my OpenCV project
To build the environment, first we should have OpenCV in our OS
I use homebrew to install OpenCV 2.3.1a and I think it's very easy and fast.
First open your terminal and type
By doing this, homebrew is now inside your system.
(install OpenCV in 1 minute, just open terminal and type the three red lines!!)
To build the environment, first we should have OpenCV in our OS
I use homebrew to install OpenCV 2.3.1a and I think it's very easy and fast.
First open your terminal and type
/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
By doing this, homebrew is now inside your system.
訂閱:
文章 (Atom)
