lingvo icon indicating copy to clipboard operation
lingvo copied to clipboard

Any more details about lingvo instalation on windows ?

Open 0xsimulacra opened this issue 6 years ago • 2 comments

Hello,

Can I have any more detailed instructions about the instalation instructions on windows please ?

Maybe the excat command that we run on linux to install it (with bazel's options on them) can help me or guid me for my instalation on windows. I already have Tensorflow GPU installed with cuda 10 and I have bazel latest vesion, and microsoft C++ compiler that came with Visual studio 2017 but I some of the ways aroud g++ compiler trough MinGW or the other variaties.

I can help with sharing my exact instructions for installing lingvo on windows 10.1 after I suceed.

0xsimulacra avatar Sep 14 '19 17:09 0xsimulacra

Please do let us know if you succeed.

We have not tested Windows nor do we plan on testing it. Theoretically bazel is cross platform and should work as long as all of the dependencies are found.

jonathanasdf avatar Sep 14 '19 21:09 jonathanasdf

You can use the WSL system in Windows 10 that will allow you to run binaries. I have been using this for a while now.

drpngx avatar Oct 05 '19 10:10 drpngx