-
Notifications
You must be signed in to change notification settings - Fork 214
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
Compile Verible on Windows #958
Comments
A good starting point for what to do is the Continuous Integration script which runs the compile and test. Mostly the important part is to use clang (llvm) to compile as there were issues with msvc (@corco knows the details). But once you've installed clang and bazel, the compile should work as described in the README. The |
I would really appreciate if binaries from compiling Verible on Windows are added to the release artefacts. |
I have no experience in what a good distribution format is for Windows; accepting pull requests that adds something that is useful for Windows systems. |
Yes, I have been heavily side-tracked on this task ;) I will take another look at it next week |
Hi all!
I saw that there were added support to compile Verible on WIndows. But I don't understand what should I do exactly to achieve this.
Could you help me, please, like step by step guide, how to build and run Verible on Windows?
The text was updated successfully, but these errors were encountered: