Open vadd98 opened 2 years ago
Yes, it can work with Windows provided that all the dependencies are compiled for it and updated "third_party" directory to use correct tarballs. With existing Source Tree, it can only support Linux or MacOS.
Third Party Dependencies are listed in third_party
directory. Most of them are built from source code but dependencies like tensorflow
, tensorflowlite
must be rebuilt offline and prepare Tarball as described into README.md
.
As of now, repo uses ffmpeg
from the locally installed version. So please also adapt that to point to correct windows version of libraries or may be tarball.
Please feel free to fork and submit the Pull Request for other to benefit from the Open Source. (Ported to Windows) Thanks for contribution.
Hi, I'd like to implement this library in a cross-platform app for Windows and Mac. Could it be possible to build the source code for Windows as it is now, or it would require some work on the code?