robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

Windows requires version numbers in opencv library names #59

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

Originally posted by @auscompgeek in https://github.com/robotpy/robotpy-cscore/issues/17#issuecomment-453728630:

Edit setup.py so the opencv library names are versioned (e.g. append 342 to each of them - look in %LIB% for the version number).

This really shouldn't be necessary for someone to compile this on Windows. Our setup.py should add the version to the library names.

The appropriate string to append should be the result of the expression cv2.__version__.replace(".", "").