bethesirius / ChosunTruck

Euro Truck Simulator 2 autonomous driving solution
732 stars 104 forks source link

Update OpenCV nuget packages #40

Closed zappybiby closed 1 year ago

zappybiby commented 6 years ago

Currently our wiki links to the vc12 (VS2013) nuget package for opencv

https://github.com/bethesirius/ChosunTruck/wiki/Windows-Installation

Use Nuget Package Manager to grab these two packages:

https://www.nuget.org/packages/opencvcuda-release/ https://www.nuget.org/packages/opencvcuda-debug/

However, neither of these packages will work for VS2015 or VS2017. To be compatible with VS2017, we will need to use https://www.nuget.org/packages/opencv.win.native/320.1.1-vs141. The developer of that package claims this will work for VS2015, although I have not tested that specifically. I have used this package to successfully run Chosuntruck on VS2017.

So I'd recommend we drop support for VS2013 and use https://www.nuget.org/packages/opencv.win.native/320.1.1-vs141 from now on.

zappybiby commented 6 years ago

To add the new package, add this file https://github.com/ajchili/ChosunTruck/blob/3bca91559552ab75ce15f0214fd7cfdc03e08e75/windows/src/packages.config to the windows/src folder.