Compiling with Monodevelop: Difference between revisions

From EMGU
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Go to the solution directory "Solution\VS2005_MonoDevelop\", on the command line, call
* Download the source code of [[Emgu CV]].
"monodevelop Emgu.CV.Example_VS2005.sln"
 
[[Image:MonoDevelop_Commandline.png ]]
* Go to the solution directory  
Monodevelop GUI shown as bellow
 
[[Image:Monodevelop_Configurate.png ]]
<code>cd Solution\VS2005_MonoDevelop</code>
Build the "Hello world" example and run it
 
[[Image:Monodevelop_Helloworld.png ]]
* Open the solution using monodevelop with the following command
<code> monodevelop Emgu.CV.Example_VS2005.sln </code>
 
* Monodevelop GUI will show up. On the "Active Configuration" select "Debug Linux | Any CPU"
 
[[Image:Monodevelop_Configurate.png|center|thumb|200px|Set Active Configuration ]]
 
* Build the "Hello world" example and run it
[[Image:Monodevelop_Helloworld.png|center|thumb|200px|Running "Hello World in Monodevelop]]

Revision as of 14:06, 24 July 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"
File:Monodevelop Configurate.png
Set Active Configuration
  • Build the "Hello world" example and run it
Running "Hello World in Monodevelop