Compiling with Monodevelop: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* First make sure you installed all the dependencies following the instructions on [[Download_And_Installation#Linux | this page]] | * First make sure you installed all the dependencies following the instructions on [[Download_And_Installation#Linux | this page]] | ||
* Go to the solution directory | * Go to the solution directory |
Revision as of 18:00, 29 April 2009
- First make sure you installed all the dependencies following the instructions on this page
- 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 and run the "Hello world" example

- Build and run the "Shape Detection" example
