Compiling with Monodevelop: Difference between revisions

From EMGU
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
[[Image:Monodevelop_Configurate.png|center|thumb|200px|Set Active Configuration ]]
[[Image:Monodevelop_Configurate.png|center|thumb|200px|Set Active Configuration ]]


* Build the "Hello world" example and run it
* Build and run the "Hello world" example  
[[Image:Monodevelop_Helloworld.png|center|thumb|200px|Running "Hello World in Monodevelop]]
[[Image:Monodevelop_Helloworld.png|center|thumb|200px|Running "Hello World in Monodevelop]]
* Build and run the "Shape Detection" example
[[Image:Monodevelop_ShapeDetecion.jpg|center|thumb|200px|Running "Shape Detection in Monodevelop]]

Revision as of 03:21, 6 February 2009

  • First make sure you installed all the dependencies following the instructions on this page
  • 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"
File:Monodevelop Configurate.png
Set Active Configuration
  • Build and run the "Hello world" example
Running "Hello World in Monodevelop
  • Build and run the "Shape Detection" example
File:Monodevelop ShapeDetecion.jpg
Running "Shape Detection in Monodevelop