Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #12

Open
vadd98 opened this issue Jun 17, 2022 · 1 comment
Open

Windows support #12

vadd98 opened this issue Jun 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@vadd98
Copy link

vadd98 commented Jun 17, 2022

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?

@jinay1991
Copy link
Owner

jinay1991 commented Jun 17, 2022

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.

@jinay1991 jinay1991 added enhancement New feature or request question Further information is requested labels Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants