Download And Installation: Difference between revisions
Jump to navigation
Jump to search
m →Binary |
No edit summary |
||
Line 3: | Line 3: | ||
*The source files are contained in the package '''Emgu.CV.Source.zip''' | *The source files are contained in the package '''Emgu.CV.Source.zip''' | ||
== | ==Dependency== | ||
=== | ===Windows=== | ||
*Follow [http://sourceforge.net/project/showfiles.php?group_id=216500 this link] to access the file server on Source Forge. | *Follow [http://sourceforge.net/project/showfiles.php?group_id=216500 this link] to access the file server on Source Forge. | ||
Line 11: | Line 11: | ||
*Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore depends on .Net 3.0 | *Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore depends on .Net 3.0 | ||
= | ===Linux=== | ||
==Linux | |||
*Follow [http://sourceforge.net/project/showfiles.php?group_id=216500 this link] to access the file server on Source Forge. | *Follow [http://sourceforge.net/project/showfiles.php?group_id=216500 this link] to access the file server on Source Forge. | ||
*For Linux, download the dependency package '''Emgu.CV.Linux.Dependency.tar.gz''' which include the Dll files for zlib.net runtime. | *For Linux, download the dependency package '''Emgu.CV.Linux.Dependency.tar.gz''' which include the Dll files for zlib.net runtime. | ||
*To run Emgu CV on linux, you need [http://www.mono-project.com/ Mono] version >= 1.2.6, [http://opencvlibrary.sourceforge.net/ opencv] version >= 1.0.0. On [http://fedoraproject.org/ fedora] 8, you can install the dependency by running <code> | *To run Emgu CV on linux, you need [http://www.mono-project.com/ Mono] version >= 1.2.6, [http://opencvlibrary.sourceforge.net/ opencv] version >= 1.0.0. On [http://fedoraproject.org/ fedora] 8, you can install the dependency by running <code> yum install mono-core opencv </code> as root | ||
*Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore also depends on mono-olive. Which can be installed by running <code> rpm -iUh http://www.openmamba.org/download.html?file=/pub/openmamba/devel-stefano/RPMS.i586/mono-olive-svn20070703-1mamba.i586.rpm </code> as root | *Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore also depends on mono-olive. Which can be installed by running <code> rpm -iUh http://www.openmamba.org/download.html?file=/pub/openmamba/devel-stefano/RPMS.i586/mono-olive-svn20070703-1mamba.i586.rpm </code> as root | ||
===Binary=== | |||
==Binary== | |||
===Windows=== | |||
*The binary files for Windows are contained in the package '''Emgu.CV.Windows.Binary.zip''' | |||
*The Binary files are compiled from [[download-url#Source | source]] on Windows using Visual Studio 2005 | |||
===Linux=== | |||
*The binary files for Linux are contained in the package '''Emgu.CV.Linux.Binary.tar.gz''' | *The binary files for Linux are contained in the package '''Emgu.CV.Linux.Binary.tar.gz''' | ||
*The Binary files are compiled from [[download-url#Source | source]] in [http://fedoraproject.org/ Fedora] 8 using mono-1.2.6, with the flag LINUX | *The Binary files are compiled from [[download-url#Source | source]] in [http://fedoraproject.org/ Fedora] 8 using mono-1.2.6, with the flag LINUX |
Revision as of 16:08, 28 February 2008
Source
- Follow this link to access the file server on Source Forge.
- The source files are contained in the package Emgu.CV.Source.zip
Dependency
Windows
- Follow this link to access the file server on Source Forge.
- For Windows, download the dependency package Emgu.CV.Windows.Dependency.zip which includes the Dll files for OpenCV 1.0.0.1 runtime and zlib.net runtime.
- Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore depends on .Net 3.0
Linux
- Follow this link to access the file server on Source Forge.
- For Linux, download the dependency package Emgu.CV.Linux.Dependency.tar.gz which include the Dll files for zlib.net runtime.
- To run Emgu CV on linux, you need Mono version >= 1.2.6, opencv version >= 1.0.0. On fedora 8, you can install the dependency by running
yum install mono-core opencv
as root
- Part of the Emgu CV library use WCF(Windows Communication Fundation) and therefore also depends on mono-olive. Which can be installed by running
rpm -iUh http://www.openmamba.org/download.html?file=/pub/openmamba/devel-stefano/RPMS.i586/mono-olive-svn20070703-1mamba.i586.rpm
as root
Binary
Windows
- The binary files for Windows are contained in the package Emgu.CV.Windows.Binary.zip
- The Binary files are compiled from source on Windows using Visual Studio 2005
Linux
- The binary files for Linux are contained in the package Emgu.CV.Linux.Binary.tar.gz