Skip to content
Snippets Groups Projects
Commit b7976a2f authored by CHEREL Vincent's avatar CHEREL Vincent
Browse files

update Read.me

parent 21d5b197
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ Unzip it and go into \libs ...@@ -27,7 +27,8 @@ Unzip it and go into \libs
![](screenshots/libemgucv_libs.png) ![](screenshots/libemgucv_libs.png)
Make a directory anywhere called Plugins (It'll go in your unity project later) Make a directory anywhere called Plugins (It'll go in your unity project later)
Copy all the dynamic link library ( .dll) here into Plugins. Copy all the dynamic link library ( .dll) here into Plugins.
Now go into \libs\runtimes\win-x64\native (change win-x64 if you're not in 64 bit) Now go into \libs\runtimes\win-x64\native (change win-x64 if you're not in 64 bit)
![](screenshots/libemgucv_libs_native.png) ![](screenshots/libemgucv_libs_native.png)
...@@ -61,7 +62,7 @@ I deleted Emgu.CV.Wpf in Plugins because I couldn't find his dependencies Presen ...@@ -61,7 +62,7 @@ I deleted Emgu.CV.Wpf in Plugins because I couldn't find his dependencies Presen
## Test ## Test
Wether you downloaded my /Plugins/ or built it step by step, we can know make a few test. Wether you downloaded my /Plugins/ directory or built it step by step, we can now make a few test.
(We'll add a ball and a move script to have something to look at in our blank project see Scripts/move.cs) (We'll add a ball and a move script to have something to look at in our blank project see Scripts/move.cs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment