rgoulter / cs5237-VoronoiArt

Voronoi Art program written with OpenGL, Qt and OpenCV.
MIT License
3 stars 1 forks source link

Windows Deployment #8

Open rgoulter opened 6 years ago

rgoulter commented 6 years ago

My understanding is that currently, the built executable assumes that e.g. OpenCV, Qt5, and other DLLs are available on the PATH.

This means that it's not easy to share the built artifact + run on a different machine.