<div dir="ltr"><div>I'm not sure this is entirely up to date, but I'd start here, especially the Software section:</div><div><br></div><div><a href="https://llvm.org/docs/GettingStartedVS.html">https://llvm.org/docs/GettingStartedVS.html</a> </div><div><br></div><div>We get most of those unix-y tools on Windows via GnuWin32.  For LLDB development, you almost certainly want a Python 3 rather than the recommended 2.7.</div><div><br></div><div>There's also some LLDB-specific advice for setting up on Windows:</div><div><br></div><div><a href="https://lldb.llvm.org/resources/build.html#windows">https://lldb.llvm.org/resources/build.html#windows</a> </div><div><br></div><div>Feel free to ask more questions if those links are confusing/wrong/out-of-date/incomplete/etc.<br></div><div> <br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 9, 2019 at 5:12 PM Larry D'Anna via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi lldb-dev.<br>
<br>
Most of the tests build binaries to test with using Makefiles, and these Makefiles use all sorts of unix commands<br>
like sed and uname.    And yet I see the build-bot is running `ninja-check lldb` on windows.    <br>
<br>
<br>
I thought maybe if I installed MinGW that would have enough stuff in it to run the tests, but that doesn’t seem to be <br>
true.<br>
<br>
Does anyone have instructions for how to set up a windows test host for LLDB?   Or      a list of dependencies that <br>
should be installed?<br>
<br>
Thanks.<br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</blockquote></div>