Compiling with Monodevelop: Difference between revisions

From EMGU
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
* First make sure you installed all the dependencies following the instructions on [[Download_And_Installation#Getting the Dependency | this page]]
* Download the source code of [[Emgu CV]].  
* Download the source code of [[Emgu CV]].  



Revision as of 02:53, 29 November 2008

  • 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 the "Hello world" example and run it
Running "Hello World in Monodevelop