Browse Source

Updated readme file

git-svn-id: https://emgucv.svn.sourceforge.net/svnroot/emgucv/trunk@847 d7f09016-e345-0410-b530-edf29a71df78
UWP10
canming 15 years ago
parent
commit
4f37548ee3
  1. 10
      IronPython/README.txt

10
IronPython/README.txt

@ -3,17 +3,17 @@ To use Emgu CV with IronPython, please follow the steps below:
1. Download IronPython Binary from its official web page:
http://www.codeplex.com/IronPython
2. Extract the IronPython Binary to a folder
2. Extract IronPython Binary to a folder
3. Install the OpenCV
a. On Windows, copy the required OpenCV 1.1 dlls to the same Folder, please remember to install MSVCRT 8.0 as well
3. Install OpenCV
a. On Windows, copy the required OpenCV 2.1 dlls to the same Folder, please remember to install MSVCRT 9.0 as well
b. On Linux, just install OpenCV package
4. Copy Emgu.CV.dll, Emgu.Util.dll, ZedGraph.dll and zlib.net.dll to the same Folder
4. Copy Emgu.CV.dll, Emgu.Util.dll and ZedGraph.dll to the same Folder
5. Copy EmguInit.py to the same Folder
6. Run the ipy.exe program. (On Mono, call "mono ipy.exe")
6. Run ipy.exe (On Mono, call "mono ipy.exe")
7. From the IronPython command line, run the following command:
a. Import EmguInit

Loading…
Cancel
Save