Compiling with Monodevelop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|
(No difference)
|
Revision as of 19:43, 22 September 2008
- Download the source code of Emgu CV.
- Go to the solution directory
cd Solution\VS2005_MonoDevelop
- Open the solution using monodevelop with the following command
monodevelop Emgu.CV.Example_VS2005.sln
- Monodevelop GUI will show up. On the "Active Configuration" select "Debug Linux | Any CPU"
- Build the "Hello world" example and run it
